From bc9582bcc1434751d760f193aa3283ce1d7f7566 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 20 Sep 2017 12:12:13 -0400 Subject: [PATCH] GAM 4.31 --- src/var.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/var.py b/src/var.py index 74fd5382..ab51661a 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.30' +gam_version = u'4.31' gam_license = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = u'https://git.io/gam'