Skip to content

Commit

Permalink
chore: bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jun 27, 2024
1 parent 95376d6 commit e96a159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb-get
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit e96a159

@saullubkin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm happy to note that the current version of deb-get supports Ubuntu 24.04. E.g., it worked fine on

deb-get install zoom dropbox.

Thanks to the wimpysworld team.

-- Saul

Please sign in to comment.