From 61b2db5a07361763871b54bf701cb112297780a1 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Sat, 29 Jun 2024 16:53:30 +0200 Subject: [PATCH] Bump version to 1.2-dev --- .github/workflows/test_builds.yml | 4 ++-- limboai_version.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_builds.yml b/.github/workflows/test_builds.yml index f79e440..49ed1fd 100644 --- a/.github/workflows/test_builds.yml +++ b/.github/workflows/test_builds.yml @@ -26,8 +26,8 @@ concurrency: # Global Settings. env: - GODOT_REF: "4.2" - GODOT_CPP_REF: "4.2" + GODOT_REF: "master" + GODOT_CPP_REF: "master" jobs: unit-tests: diff --git a/limboai_version.py b/limboai_version.py index ddbe8c4..09a89e8 100644 --- a/limboai_version.py +++ b/limboai_version.py @@ -1,10 +1,10 @@ # Edit the following variables to change version info major = 1 -minor = 1 +minor = 2 patch = 0 -status = "" -doc_branch = "v1.1.0" +status = "dev" +doc_branch = "latest" # Code that generates version header