Skip to content

Commit bd851f9

Browse files
committed
Bump version to 0.2.6
1 parent c68f884 commit bd851f9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

deb-get

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22
LC_ALL=C
3+
4+
# REL_VER=$(grep "^export VERSION" deb-get | cut -d'"' -f2) && dch -v ${REL_VER}-1 --distribution=unstable "New upstream release."
35
# dpkg-buildpackage --build=binary --no-check-builddeps --compression=gzip
46

57
function usage() {
@@ -1330,7 +1332,7 @@ if [ -d /var/cache/get-deb ]; then
13301332
fi
13311333
mkdir -p "${CACHE_DIR}" 2>/dev/null
13321334
chmod 755 "${CACHE_DIR}" 2>/dev/null
1333-
export VERSION="0.2.5"
1335+
export VERSION="0.2.6"
13341336

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

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
deb-get (0.2.6-1) unstable; urgency=medium
2+
3+
* New upstream release.
4+
5+
-- Martin Wimpress <[email protected]> Wed, 11 May 2022 01:40:31 +0100
6+
17
deb-get (0.2.5-1) unstable; urgency=medium
28

39
* New upstream release.

0 commit comments

Comments
 (0)