From 4ff4c155f19217cb578753cc9d60fd1cb2fbf215 Mon Sep 17 00:00:00 2001 From: levasseur Date: Wed, 29 Sep 2021 17:31:54 +0200 Subject: [PATCH] version bump --- init.sh | 2 +- modules/upgrade_dist.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/init.sh b/init.sh index 3fa34e0..ffde188 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.7" +export VERSION="0.99.8" # Store script's path export MYPATH=$(dirname $0) diff --git a/modules/upgrade_dist.sh b/modules/upgrade_dist.sh index 95977b9..e1bbab5 100644 --- a/modules/upgrade_dist.sh +++ b/modules/upgrade_dist.sh @@ -13,7 +13,7 @@ # * PROXYAPTPORT: Working port for APT proxy # ------------------------------------------------------------------------------ -export VER_upgrade_dist="0.0.10" +export VER_upgrade_dist="0.0.11" # The following var must stay empty export DEP_upgrade_dist=""