Bump version to 1.2-dev

This commit is contained in:
Serhii Snitsaruk 2024-06-29 16:53:30 +02:00
parent 15464e288c
commit 61b2db5a07
No known key found for this signature in database
GPG Key ID: A965EF8799FFEC2D
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,10 +1,10 @@
# Edit the following variables to change version info # Edit the following variables to change version info
major = 1 major = 1
minor = 1 minor = 2
patch = 0 patch = 0
status = "" status = "dev"
doc_branch = "v1.1.0" doc_branch = "latest"
# Code that generates version header # Code that generates version header