diff options
Diffstat (limited to 'src/main.sh')
-rwxr-xr-x | src/main.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.sh b/src/main.sh index b858a3e..3403d44 100755 --- a/src/main.sh +++ b/src/main.sh @@ -28,7 +28,7 @@ set -e BASE=${LIVE_BASE:-"/usr/share/make-live"} CONFIG="/etc/make-live.conf" PROGRAM="`basename ${0}`" -VERSION="0.99.22" +VERSION="0.99.23" export VERSION |