Bump version to 1.2-dev
This commit is contained in:
parent
15464e288c
commit
61b2db5a07
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue