From 576df4092ab45799dc16ee00ffba71b27d6ec8b9 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Sun, 2 Feb 2025 21:22:51 +0100 Subject: [PATCH] Bump version to 1.3.1 --- limboai_version.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/limboai_version.py b/limboai_version.py index 54936e3..afce3cc 100644 --- a/limboai_version.py +++ b/limboai_version.py @@ -1,10 +1,10 @@ # Edit the following variables to change version info major = 1 -minor = 4 -patch = 0 -status = "dev" -doc_branch = "latest" +minor = 3 +patch = 1 +status = "" +doc_branch = "v1.3.1" godot_cpp_ref = "godot-4.3-stable" # Code that generates version header