From 9a04dabb36d6ab13ed1ac7c711dbdc8c71724dc9 Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Thu, 15 Jun 2023 11:02:06 -0400 Subject: [PATCH] Set release version --- version_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_template.py b/version_template.py index c9575f359c..493e8fcfa1 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 = '5.11.0a1' +baseVersion = '5.11.0' cgcloudVersion = '1.6.0a1.dev393'