From 2ad731f4e0ad7532b7952277f0ae7c035c11be0c Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 24 Jan 2017 13:15:16 -0500 Subject: [PATCH] GAM 4.1 --- src/var.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/var.py b/src/var.py index cce17b25..210e9e2c 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.03' +gam_version = u'4.1' gam_license = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = u'http://git.io/gam'