From 92b8ea6dcd6f43339f6ceb783213a7db0836d879 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 16 Apr 2019 08:34:20 -0400 Subject: [PATCH] GAM 4.71 --- src/var.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/var.py b/src/var.py index d47bce7d..e85b4ed8 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.70' +gam_version = u'4.71' gam_license = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = u'https://git.io/gam'