Skip to content

Commit bd2d1d3

Browse files
committed
Bump version to 0.2.4
1 parent d14343a commit bd2d1d3

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

deb-get

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ if [ -d /var/cache/get-deb ]; then
10711071
fi
10721072
mkdir -p "${CACHE_DIR}" 2>/dev/null
10731073
chmod 755 "${CACHE_DIR}" 2>/dev/null
1074-
export VERSION="0.2.3"
1074+
export VERSION="0.2.4"
10751075

10761076
if ((BASH_VERSINFO[0] < 4)); then
10771077
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.4-1) unstable; urgency=medium
2+
3+
* New upstream release.
4+
5+
-- Martin Wimpress <code@wimpress.io> Fri, 06 May 2022 14:49:35 +0100
6+
17
deb-get (0.2.3-1) unstable; urgency=medium
28

39
* Added Ubuntu Make, InSync, TeamViewer and Tixati.

0 commit comments

Comments
 (0)