diff --git a/.github/workflows/all_builds.yml b/.github/workflows/all_builds.yml index 065fe44..26c14e9 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.3-stable + default: master 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: godot-4.3-stable + default: master jobs: cache-sha: diff --git a/.github/workflows/test_builds.yml b/.github/workflows/test_builds.yml index 3a3deec..d603d67 100644 --- a/.github/workflows/test_builds.yml +++ b/.github/workflows/test_builds.yml @@ -26,8 +26,8 @@ concurrency: # Global Settings. env: - GODOT_REF: "4.3" - GODOT_CPP_REF: "godot-4.3-stable" + GODOT_REF: "master" + GODOT_CPP_REF: "master" jobs: unit-tests: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index fb76f6d..24ad4c3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -5,7 +5,7 @@ on: godot-ref: description: A tag, branch or commit hash in the Godot repository. type: string - default: 4.3 + default: master limboai-ref: description: A tag, branch or commit hash in the LimboAI repository. type: string @@ -20,7 +20,7 @@ on: godot-ref: description: A tag, branch or commit hash in the Godot repository. type: string - default: 4.3 + default: master limboai-ref: description: A tag, branch or commit hash in the LimboAI repository. type: string diff --git a/limboai_version.py b/limboai_version.py index afce3cc..68422aa 100644 --- a/limboai_version.py +++ b/limboai_version.py @@ -1,11 +1,11 @@ # Edit the following variables to change version info major = 1 -minor = 3 -patch = 1 -status = "" -doc_branch = "v1.3.1" -godot_cpp_ref = "godot-4.3-stable" +minor = 4 +patch = 0 +status = "dev" +doc_branch = "latest" +godot_cpp_ref = "master" # Code that generates version header