From 1d658ca1ac189c10ddd6a21c29883bf2edc32301 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 16 May 2019 12:39:49 -0400 Subject: [PATCH] GAM 4.85 --- src/var.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/var.py b/src/var.py index 7f62870b..492ead99 100644 --- a/src/var.py +++ b/src/var.py @@ -5,7 +5,7 @@ import platform import re gam_author = 'Jay Lee ' -gam_version = '4.84' +gam_version = '4.85' gam_license = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://git.io/gam'