Skip to content

Commit

Permalink
Merge pull request #299 from spatialos/0.14.1-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsarginson authored Sep 17, 2021
2 parents 8f09c58 + f4c8cea commit cb4ef52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .buildkite/nightly.steps.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
ci_version: &ci_version "${CI_VERSION:-0.14.0}"
ci_version: &ci_version "${CI_VERSION:-0.14.1}"

steps:
# Trigger a 4.26 build
Expand All @@ -11,8 +11,8 @@ steps:
message: "exampleproject-4.26 ${BUILDKITE_MESSAGE}"
env:
BUILD_TYPE: "EXAMPLE"
GDK_BRANCH: "${GDK_BRANCH:-match_branch_name_pref::0.14.0}"
ENGINE_BRANCH: "${ENGINE_BRANCH_426:-match_branch_name_pref_engine::4.26-SpatialOSUnrealGDK-0.14.0}"
GDK_BRANCH: "${GDK_BRANCH:-match_branch_name_pref::0.14.1}"
ENGINE_BRANCH: "${ENGINE_BRANCH_426:-match_branch_name_pref_engine::4.26-SpatialOSUnrealGDK-0.14.1}"
ENGINE_MAJOR: "4.26"
PROJECT_BRANCH: "main_branch::${BUILDKITE_BRANCH}"
USE_FASTBUILD: "${USE_FASTBUILD:-True}"
Expand Down
2 changes: 1 addition & 1 deletion UnrealGDKVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0
0.14.1
4 changes: 2 additions & 2 deletions spatial/spatialos.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "your_project_name_here",
"project_version": "0.0.1",
"sdk_version": "15.0.1",
"sdk_version": "15.1.1",
"dependencies": [
{
"name": "standard_library",
"version": "15.0.1"
"version": "15.1.1"
}
]
}

0 comments on commit cb4ef52

Please sign in to comment.