diff --git a/helpers/helpers_emba_defaults.sh b/helpers/helpers_emba_defaults.sh index 1592a9a5a..bba4980a0 100755 --- a/helpers/helpers_emba_defaults.sh +++ b/helpers/helpers_emba_defaults.sh @@ -18,8 +18,8 @@ set_defaults() { # 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 EMBA_VERSION="1.3.x" + export RELEASE=1 + export EMBA_VERSION="1.3.1" export CLEANED=0 # used for the final cleaner function for not running it multiple times export STRICT_MODE=0