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:
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:

View File

@ -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:

View File

@ -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

View File

@ -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