Skip to content

Commit

Permalink
Bump version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed May 6, 2022
1 parent d14343a commit bd2d1d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deb-get
Expand Up @@ -1071,7 +1071,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.3"
export VERSION="0.2.4"

if ((BASH_VERSINFO[0] < 4)); then
fancy_message fatal "Sorry, you need bash 4.0 or newer to run $(basename ${0})."
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
deb-get (0.2.4-1) unstable; urgency=medium

* New upstream release.

-- Martin Wimpress <code@wimpress.io> Fri, 06 May 2022 14:49:35 +0100

deb-get (0.2.3-1) unstable; urgency=medium

* Added Ubuntu Make, InSync, TeamViewer and Tixati.
Expand Down

0 comments on commit bd2d1d3

Please sign in to comment.