From 93107718325f475df4b50e54c315406fddc43e31 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 18 Apr 2019 16:42:47 -0400 Subject: [PATCH] GAM 4.72 --- src/var.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/var.py b/src/var.py index e85b4ed8..797b8bc2 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.71' +gam_version = u'4.72' gam_license = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = u'https://git.io/gam'