Skip to content

Commit

Permalink
Bump version to 1.2-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
limbonaut committed Aug 15, 2024
1 parent b59db1e commit d7438b8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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
default: master
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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gdextension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions limboai_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d7438b8

Please sign in to comment.