From e96a159952e010104b3ee705cbe568d4bc2632ff Mon Sep 17 00:00:00 2001 From: Martin Wimpress <304639+flexiondotorg@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:04:53 +0100 Subject: [PATCH] chore: bump version to 0.4.1 --- deb-get | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb-get b/deb-get index 289d4014..99c5ada3 100755 --- a/deb-get +++ b/deb-get @@ -3,7 +3,7 @@ LC_ALL=C PACKAGE_INSTALLATION_TRIES=0 PACKAGE_INSTALLATION_COUNT=0 -readonly VERSION="0.4.0" +readonly VERSION="0.4.1" # set a github auth token (e.g a PAT ) in DEBGET_TOKEN to get a bigger rate limit if [ -n "${DEBGET_TOKEN}" ]; then