From 056b56ed78746ad39e5051f38d372053ab16b8ef Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 25 Jan 2017 14:31:20 -0500 Subject: [PATCH] GAM 4.11 part 2 --- src/var.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/var.py b/src/var.py index 210e9e2c..0fd5b8b4 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.1' +gam_version = u'4.11' gam_license = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = u'http://git.io/gam'