Skip to content

Commit

Permalink
Bump version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jul 29, 2022
1 parent 1e422a1 commit af676d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deb-get
Expand Up @@ -3,7 +3,7 @@ LC_ALL=C
PACKAGE_INSTALLATION_TRIES=0
PACKAGE_INSTALLATION_COUNT=0

readonly VERSION="0.3.3"
readonly VERSION="0.3.4"

function usage() {
cat <<HELP
Expand Down Expand Up @@ -2580,4 +2580,4 @@ esac

if [[ $PACKAGE_INSTALLATION_COUNT -lt $PACKAGE_INSTALLATION_TRIES ]]; then
exit 1
fi
fi
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
deb-get (0.3.4-1) unstable; urgency=medium

* New upstream release.

-- Martin Wimpress <code@wimpress.io> Fri, 29 Jul 2022 11:07:33 +0100

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

* New upstream release.
Expand Down

0 comments on commit af676d0

Please sign in to comment.