Skip to content

Commit a34af67

Browse files
committed
Bump version to 0.2.8
1 parent 090e595 commit a34af67

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

deb-get

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@ if [ -d /var/cache/get-deb ]; then
17391739
fi
17401740
mkdir -p "${CACHE_DIR}" 2>/dev/null
17411741
chmod 755 "${CACHE_DIR}" 2>/dev/null
1742-
export VERSION="0.2.7"
1742+
export VERSION="0.2.8"
17431743

17441744
if ((BASH_VERSINFO[0] < 4)); then
17451745
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.8-1) unstable; urgency=medium
2+
3+
* New upstream release.
4+
5+
-- Martin Wimpress <[email protected]> Sat, 28 May 2022 16:29:37 +0100
6+
17
deb-get (0.2.7-1) unstable; urgency=medium
28

39
* New upstream release.

0 commit comments

Comments
 (0)