From db73133f1b3e0913da13fd45e73d3e5df9519cbe Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Mon, 3 Jun 2024 22:41:46 +0200 Subject: [PATCH] Bump version to 1.1-rc --- limboai_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/limboai_version.py b/limboai_version.py index c5562d5..2a62129 100644 --- a/limboai_version.py +++ b/limboai_version.py @@ -3,7 +3,7 @@ major = 1 minor = 1 patch = 0 -status = "dev" +status = "rc" doc_branch = "latest" # Code that generates version header