Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jul 6, 2022
1 parent 4f4399c commit 66d605d
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 @@ -1945,7 +1945,7 @@ if [ -d /var/cache/get-deb ]; then
fi
mkdir -p "${CACHE_DIR}" 2>/dev/null
chmod 755 "${CACHE_DIR}" 2>/dev/null
export VERSION="0.2.9"
export VERSION="0.3.0"

if ((BASH_VERSINFO[0] < 4)); then
fancy_message fatal "Sorry, you need bash 4.0 or newer to run $(basename ${0})."
Expand Down

0 comments on commit 66d605d

Please sign in to comment.