Skip to content

Commit

Permalink
Release 2023.2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Grotax committed Mar 17, 2024
1 parent d452895 commit 2d10328
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actions/run-build-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

# Change this to give your build a different version
export GLUON_RELEASE=2023.2.1.0
export GLUON_RELEASE=2023.2.2.0

# Don't change these
export BROKEN=0
Expand Down
2 changes: 1 addition & 1 deletion actions/run-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

export GLUON_RELEASE=2023.2.1.0
export GLUON_RELEASE=2023.2.2.0


export BROKEN=0
Expand Down

0 comments on commit 2d10328

Please sign in to comment.