From f9617a101b5631df125e372f310d61c9dd352942 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 19 Dec 2019 13:48:05 -0500 Subject: [PATCH] GAM 4.97 --- src/var.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/var.py b/src/var.py index e10cc6a2..a4fcb9d8 100644 --- a/src/var.py +++ b/src/var.py @@ -6,7 +6,7 @@ import platform import re gam_author = 'Jay Lee ' -gam_version = '4.96' +gam_version = '4.97' gam_license = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://git.io/gam'