Skip to content

Commit

Permalink
Bump version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed May 11, 2022
1 parent c68f884 commit bd851f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deb-get
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
LC_ALL=C

# REL_VER=$(grep "^export VERSION" deb-get | cut -d'"' -f2) && dch -v ${REL_VER}-1 --distribution=unstable "New upstream release."
# dpkg-buildpackage --build=binary --no-check-builddeps --compression=gzip

function usage() {
Expand Down Expand Up @@ -1330,7 +1332,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.5"
export VERSION="0.2.6"

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
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
deb-get (0.2.6-1) unstable; urgency=medium

* New upstream release.

-- Martin Wimpress <[email protected]> Wed, 11 May 2022 01:40:31 +0100

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

* New upstream release.
Expand Down

0 comments on commit bd851f9

Please sign in to comment.