Skip to content

Commit

Permalink
Release 2023.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Grotax committed Oct 13, 2023
1 parent a16b833 commit 1d16e11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion actions/generate-actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
Expand Down
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.1.0.0
export GLUON_RELEASE=2023.1.1.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.1.0.0
export GLUON_RELEASE=2023.1.1.0


export BROKEN=0
Expand Down

0 comments on commit 1d16e11

Please sign in to comment.