From da53bfd721faf3baca3e840283b10890753f6f59 Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Wed, 24 Sep 2025 17:24:55 +0200 Subject: [PATCH] version bump --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")")