From 98917a205524da00286e7a84d5756243a719709c Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Tue, 21 Jan 2025 03:18:11 +0100 Subject: [PATCH] Bump version to 1.3.0 --- limboai_version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/limboai_version.py b/limboai_version.py index a76fd63..0a1afea 100644 --- a/limboai_version.py +++ b/limboai_version.py @@ -3,8 +3,8 @@ major = 1 minor = 3 patch = 0 -status = "dev" -doc_branch = "latest" +status = "" +doc_branch = "v1.3.0" godot_cpp_ref = "godot-4.3-stable" # Code that generates version header