From 3f9cba3766e52866ea80d0934498f8c8f3129c3f Mon Sep 17 00:00:00 2001 From: Lon Blauvelt Date: Fri, 23 Feb 2024 13:33:13 -0800 Subject: [PATCH] Bump version. --- version_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_template.py b/version_template.py index 0178d276c8..d3b94babc6 100644 --- a/version_template.py +++ b/version_template.py @@ -28,7 +28,7 @@ # - don't import even standard modules at global scope without renaming them # to have leading/trailing underscores -baseVersion = '6.1.0a1' +baseVersion = '6.1.0' cgcloudVersion = '1.6.0a1.dev393'