From 763134fadc5ea476ef60e3f45310b9bfc717019a Mon Sep 17 00:00:00 2001 From: DailyDreaming Date: Tue, 27 Mar 2018 10:49:21 -0700 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 9c6122b710..b2627bfc02 100644 --- a/version_template.py +++ b/version_template.py @@ -25,7 +25,7 @@ # - don't import at module level unless you want the imported value to be included in the output # - only import from the Python standard run-time library (you can't have any dependencies) -baseVersion = '3.15.0' +baseVersion = '3.15.1a1' cgcloudVersion = '1.6.0a1.dev393'