From 0d3023e2b0a57bd094b6ab330da0eff43ed02f9f Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Tue, 7 Feb 2023 20:08:10 +0100 Subject: [PATCH] release 2022.1.2.0 --- actions/run-build-local.sh | 2 +- actions/run-build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/run-build-local.sh b/actions/run-build-local.sh index 24433145..4d7ed4b0 100755 --- a/actions/run-build-local.sh +++ b/actions/run-build-local.sh @@ -3,7 +3,7 @@ set -e # Change this to give your build a different version -export GLUON_RELEASE=2022.1.1.1 +export GLUON_RELEASE=2022.1.2.0 # Don't change these export BROKEN=0 diff --git a/actions/run-build.sh b/actions/run-build.sh index fbfcd6a3..c2a0f227 100755 --- a/actions/run-build.sh +++ b/actions/run-build.sh @@ -2,7 +2,7 @@ set -e -export GLUON_RELEASE=2022.1.1.1 +export GLUON_RELEASE=2022.1.2.0 export BROKEN=0