Skip to content

Commit cb4ef52

Browse files
Merge pull request #299 from spatialos/0.14.1-rc
2 parents 8f09c58 + f4c8cea commit cb4ef52

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.buildkite/nightly.steps.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ci_version: &ci_version "${CI_VERSION:-0.14.0}"
2+
ci_version: &ci_version "${CI_VERSION:-0.14.1}"
33

44
steps:
55
# Trigger a 4.26 build
@@ -11,8 +11,8 @@ steps:
1111
message: "exampleproject-4.26 ${BUILDKITE_MESSAGE}"
1212
env:
1313
BUILD_TYPE: "EXAMPLE"
14-
GDK_BRANCH: "${GDK_BRANCH:-match_branch_name_pref::0.14.0}"
15-
ENGINE_BRANCH: "${ENGINE_BRANCH_426:-match_branch_name_pref_engine::4.26-SpatialOSUnrealGDK-0.14.0}"
14+
GDK_BRANCH: "${GDK_BRANCH:-match_branch_name_pref::0.14.1}"
15+
ENGINE_BRANCH: "${ENGINE_BRANCH_426:-match_branch_name_pref_engine::4.26-SpatialOSUnrealGDK-0.14.1}"
1616
ENGINE_MAJOR: "4.26"
1717
PROJECT_BRANCH: "main_branch::${BUILDKITE_BRANCH}"
1818
USE_FASTBUILD: "${USE_FASTBUILD:-True}"

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

spatial/spatialos.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "your_project_name_here",
33
"project_version": "0.0.1",
4-
"sdk_version": "15.0.1",
4+
"sdk_version": "15.1.1",
55
"dependencies": [
66
{
77
"name": "standard_library",
8-
"version": "15.0.1"
8+
"version": "15.1.1"
99
}
1010
]
1111
}

0 commit comments

Comments
 (0)