Bump version to 1.4.0-dev

This commit is contained in:
Serhii Snitsaruk 2025-02-16 12:59:26 +01:00
parent f31d722320
commit 8788d8bf12
No known key found for this signature in database
GPG Key ID: A965EF8799FFEC2D
4 changed files with 11 additions and 11 deletions

View File

@ -5,7 +5,7 @@ on:
godot-ref: godot-ref:
description: A tag, branch or commit hash in the Godot repository. description: A tag, branch or commit hash in the Godot repository.
type: string type: string
default: 4.3-stable default: master
limboai-ref: limboai-ref:
description: A tag, branch or commit hash in the LimboAI repository. description: A tag, branch or commit hash in the LimboAI repository.
type: string type: string
@ -13,7 +13,7 @@ on:
godot-cpp-ref: godot-cpp-ref:
description: A tag, branch or commit hash in the godot-cpp repository. description: A tag, branch or commit hash in the godot-cpp repository.
type: string type: string
default: godot-4.3-stable default: master
jobs: jobs:
cache-sha: cache-sha:

View File

@ -26,8 +26,8 @@ concurrency:
# Global Settings. # Global Settings.
env: env:
GODOT_REF: "4.3" GODOT_REF: "master"
GODOT_CPP_REF: "godot-4.3-stable" GODOT_CPP_REF: "master"
jobs: jobs:
unit-tests: unit-tests:

View File

@ -5,7 +5,7 @@ on:
godot-ref: godot-ref:
description: A tag, branch or commit hash in the Godot repository. description: A tag, branch or commit hash in the Godot repository.
type: string type: string
default: 4.3 default: master
limboai-ref: limboai-ref:
description: A tag, branch or commit hash in the LimboAI repository. description: A tag, branch or commit hash in the LimboAI repository.
type: string type: string
@ -20,7 +20,7 @@ on:
godot-ref: godot-ref:
description: A tag, branch or commit hash in the Godot repository. description: A tag, branch or commit hash in the Godot repository.
type: string type: string
default: 4.3 default: master
limboai-ref: limboai-ref:
description: A tag, branch or commit hash in the LimboAI repository. description: A tag, branch or commit hash in the LimboAI repository.
type: string type: string

View File

@ -1,11 +1,11 @@
# Edit the following variables to change version info # Edit the following variables to change version info
major = 1 major = 1
minor = 3 minor = 4
patch = 1 patch = 0
status = "" status = "dev"
doc_branch = "v1.3.1" doc_branch = "latest"
godot_cpp_ref = "godot-4.3-stable" godot_cpp_ref = "master"
# Code that generates version header # Code that generates version header