From 23774be97391f044c4b4e4308a27f19bcc5dc9c1 Mon Sep 17 00:00:00 2001 From: m-1-k-3 Date: Mon, 5 Dec 2022 12:36:07 +0100 Subject: [PATCH] v1.2.0 --- emba.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emba.sh b/emba.sh index 9633496b8..0cc83f757 100755 --- a/emba.sh +++ b/emba.sh @@ -316,7 +316,7 @@ main() export EMBA_PID="$$" # if this is a release version set RELEASE to 1, add a banner to config/banner and name the banner with the version details - export RELEASE=0 + export RELEASE=1 export EMBA_VERSION="1.2.0" export STRICT_MODE=0 export UPDATE=0