Skip to content

Commit 0470704

Browse files
bump to 14.1
1 parent 6f30c72 commit 0470704

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.buildkite/premerge.steps.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
ci_version: &ci_version "${CI_VERSION:-0.14.0}"
2+
ci_version: &ci_version "${CI_VERSION:-0.14.1}"
33
common_env_vars: &common_env_vars
44
BUILD_TYPE: "GDK"
5-
GDK_BRANCH: "${GDK_BRANCH:-match_branch_name_pref::0.14.0}"
5+
GDK_BRANCH: "${GDK_BRANCH:-match_branch_name_pref::0.14.1}"
66
PROJECT_BRANCH: "main_branch::${BUILDKITE_BRANCH}"
77
USE_FASTBUILD: "${USE_FASTBUILD:-True}"
88
IS_BUILDKITE_BUILD: "${IS_BUILDKITE_BUILD:-True}"
@@ -25,7 +25,7 @@ steps:
2525
message: "testgyms-4.26 ${BUILDKITE_MESSAGE}"
2626
env:
2727
<<: *common_env_vars
28-
ENGINE_BRANCH: "${ENGINE_BRANCH_426:-match_branch_name_pref_engine::4.26-SpatialOSUnrealGDK-0.14.0}"
28+
ENGINE_BRANCH: "${ENGINE_BRANCH_426:-match_branch_name_pref_engine::4.26-SpatialOSUnrealGDK-0.14.1}"
2929
ENGINE_MAJOR: "4.26"
3030

3131
# Trigger a 4.25 build
@@ -37,5 +37,5 @@ steps:
3737
message: "testgyms-4.25 ${BUILDKITE_MESSAGE}"
3838
env:
3939
<<: *common_env_vars
40-
ENGINE_BRANCH: "${ENGINE_BRANCH_425:-match_branch_name_pref_engine::4.25-SpatialOSUnrealGDK-0.14.0}"
40+
ENGINE_BRANCH: "${ENGINE_BRANCH_425:-match_branch_name_pref_engine::4.25-SpatialOSUnrealGDK-0.14.1}"
4141
ENGINE_MAJOR: "4.25"

UnrealGDKVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0
1+
0.14.1

0 commit comments

Comments
 (0)