Skip to content

Commit ef730b8

Browse files
Merge pull request #466 from spatialos/0.14.1-rc
2 parents 20d4078 + 0470704 commit ef730b8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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"

LaunchSpatial.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ spatial worker build build-config
88
rem To launch a local Spatial deployment with a different launch configuration, change the default_launch.json argument to the name of your configuration file,
99
rem for example one_worker_test.json or two_worker_test.json. Similarly, you can specify a different snapshot than the default one by replacing the value of
1010
rem the --snapshot argument with the path to the snapshot you want to launch with.
11-
spatial local launch default_launch.json --snapshot=snapshots/default.snapshot --runtime_version=15.0.1
11+
spatial local launch default_launch.json --snapshot=snapshots/default.snapshot --runtime_version=15.1.1
1212

1313
popd

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": "unreal_gdk_starter_project",
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)