From f0c22e32dfae6a5be3255cbc8d2434fc9380aaad Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 26 Mar 2020 18:18:55 -0400 Subject: [PATCH] GAM 5.01 --- src/var.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/var.py b/src/var.py index 52b89027..494c862e 100644 --- a/src/var.py +++ b/src/var.py @@ -6,7 +6,7 @@ import platform import re gam_author = 'Jay Lee ' -gam_version = '5.00' +gam_version = '5.01' gam_license = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://git.io/gam'