From 69905abb9f8eadf7fb550048c50e8073eaff8c48 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 25 Feb 2020 21:22:30 -0500 Subject: [PATCH] Update var.py --- src/var.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/var.py b/src/var.py index 2ef1785f..fd1604c1 100644 --- a/src/var.py +++ b/src/var.py @@ -6,7 +6,7 @@ import platform import re gam_author = 'Jay Lee ' -gam_version = '4.98' +gam_version = '4.99' gam_license = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://git.io/gam'