From 921324d9685d027a60c888fd538ab882c4f17257 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 6 Apr 2020 11:21:59 -0400 Subject: [PATCH] GAM 5.04 --- src/var.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/var.py b/src/var.py index 11b451ef..772f5cb6 100644 --- a/src/var.py +++ b/src/var.py @@ -6,7 +6,7 @@ import platform import re gam_author = 'Jay Lee ' -gam_version = '5.03' +gam_version = '5.04' gam_license = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://git.io/gam'