From d7438b8a8dc0dd925587d34a7d8c9e67d997436c Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Thu, 15 Aug 2024 16:30:42 +0200 Subject: [PATCH] Bump version to 1.2-rc --- .github/workflows/all_builds.yml | 4 ++-- .github/workflows/gdextension.yml | 6 +++--- .github/workflows/test_builds.yml | 4 ++-- limboai_version.py | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/all_builds.yml b/.github/workflows/all_builds.yml index b9e27c6..065fe44 100644 --- a/.github/workflows/all_builds.yml +++ b/.github/workflows/all_builds.yml @@ -5,7 +5,7 @@ on: godot-ref: description: A tag, branch or commit hash in the Godot repository. type: string - default: 4.2 + default: 4.3-stable limboai-ref: description: A tag, branch or commit hash in the LimboAI repository. type: string @@ -13,7 +13,7 @@ on: godot-cpp-ref: description: A tag, branch or commit hash in the godot-cpp repository. type: string - default: 4.2 + default: godot-4.3-stable jobs: cache-sha: diff --git a/.github/workflows/gdextension.yml b/.github/workflows/gdextension.yml index 0a83767..26b8625 100644 --- a/.github/workflows/gdextension.yml +++ b/.github/workflows/gdextension.yml @@ -5,7 +5,7 @@ on: godot-cpp-ref: description: A tag, branch or commit hash in the godot-cpp repository. type: string - default: 4.2 + default: godot-4.3-stable limboai-ref: description: A tag, branch or commit hash in the LimboAI repository. type: string @@ -20,7 +20,7 @@ on: godot-cpp-ref: description: A tag, branch or commit hash in the godot-cpp repository. type: string - default: 4.2 + default: godot-4.3-stable limboai-ref: description: A tag, branch or commit hash in the LimboAI repository. type: string @@ -36,7 +36,7 @@ env: SCONSFLAGS: dev_build=no debug_symbols=no EM_VERSION: 3.1.45 EM_CACHE_FOLDER: "emsdk-cache" - GODOT_VERSION: 4.2-stable + GODOT_VERSION: 4.3-stable jobs: gdextension: diff --git a/.github/workflows/test_builds.yml b/.github/workflows/test_builds.yml index 49ed1fd..65c681d 100644 --- a/.github/workflows/test_builds.yml +++ b/.github/workflows/test_builds.yml @@ -26,8 +26,8 @@ concurrency: # Global Settings. env: - GODOT_REF: "master" - GODOT_CPP_REF: "master" + GODOT_REF: "4.3-stable" + GODOT_CPP_REF: "godot-4.3-stable" jobs: unit-tests: diff --git a/limboai_version.py b/limboai_version.py index eb62f16..9825877 100644 --- a/limboai_version.py +++ b/limboai_version.py @@ -3,9 +3,9 @@ major = 1 minor = 2 patch = 0 -status = "dev" +status = "rc" doc_branch = "latest" -godot_cpp_ref = "master" +godot_cpp_ref = "godot-4.3-stable" # Code that generates version header