Skip to content

Commit

Permalink
remove release -> dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
m-1-k-3 committed May 17, 2022
1 parent 1e0519e commit fdfae34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ 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=1
export EMBA_VERSION="1.0.0"
export RELEASE=0
export EMBA_VERSION="1.0.x"
export STRICT_MODE=0
export MATRIX_MODE=0
export UPDATE=0
Expand Down

0 comments on commit fdfae34

Please sign in to comment.