From 7ac67e617df3881c5564311d99a961fb0e7fb3c3 Mon Sep 17 00:00:00 2001 From: levasseur Date: Wed, 15 Dec 2021 17:34:11 +0100 Subject: [PATCH] version bump --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 1629cb7..3275bf5 100755 --- a/init.sh +++ b/init.sh @@ -36,7 +36,7 @@ export LC_ALL=C export LANG=C # Version of init -export VERSION="0.99.12" +export VERSION="0.99.13" # Store script's path (realpath -s resolve symlinks if init.sh is a symlink) export MYPATH=$(dirname $(realpath -s $0))