Skip to content

Commit 66d605d

Browse files
committed
Bump version to 0.3.0
1 parent 4f4399c commit 66d605d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deb-get

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,7 @@ if [ -d /var/cache/get-deb ]; then
19451945
fi
19461946
mkdir -p "${CACHE_DIR}" 2>/dev/null
19471947
chmod 755 "${CACHE_DIR}" 2>/dev/null
1948-
export VERSION="0.2.9"
1948+
export VERSION="0.3.0"
19491949

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

0 commit comments

Comments
 (0)