diff --git a/init.sh b/init.sh index e3c58cd..0638e00 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.23" +export VERSION="0.99.24" # Store script's path (realpath -s resolve symlinks if init.sh is a symlink) export MYPATH=$(dirname "$(realpath -s "$0")")