From bbb234c8ed3810781a1cbbe74f47b430cdf6a412 Mon Sep 17 00:00:00 2001 From: Lon Blauvelt Date: Fri, 3 Feb 2023 19:35:43 -0800 Subject: [PATCH] Update version_template.py --- version_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_template.py b/version_template.py index f725be9aab..6116aae7ae 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.9.0' +baseVersion = '5.9.1' cgcloudVersion = '1.6.0a1.dev393'