From 08bd3ecc91de35475909bcec734d374fa26b2852 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sun, 19 Mar 2017 14:06:17 -0400 Subject: [PATCH] Get 4.2 ready --- src/var.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/var.py b/src/var.py index bf231916..65aa410d 100644 --- a/src/var.py +++ b/src/var.py @@ -4,7 +4,7 @@ import platform import re gam_author = u'Jay Lee ' -gam_version = u'4.12' +gam_version = u'4.2' gam_license = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = u'https://git.io/gam'