From 9d78fa8825991c2c1e3bd536f792e3a8355408b5 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 15 May 2019 16:23:07 -0400 Subject: [PATCH] GAM 4.84 --- src/var.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/var.py b/src/var.py index 3bd43775..2ca8b7c1 100644 --- a/src/var.py +++ b/src/var.py @@ -5,7 +5,7 @@ import platform import re gam_author = 'Jay Lee ' -gam_version = '4.83' +gam_version = '4.84' gam_license = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://git.io/gam'