From 0584b0401fcc6aa6704c301ba02c0c825c8401da Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Tue, 21 Jan 2025 12:00:35 +0100 Subject: [PATCH] Bump version to 1.4.0-dev --- limboai_version.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/limboai_version.py b/limboai_version.py index 0a1afea..54936e3 100644 --- a/limboai_version.py +++ b/limboai_version.py @@ -1,10 +1,10 @@ # Edit the following variables to change version info major = 1 -minor = 3 +minor = 4 patch = 0 -status = "" -doc_branch = "v1.3.0" +status = "dev" +doc_branch = "latest" godot_cpp_ref = "godot-4.3-stable" # Code that generates version header