From 7a33c5e18c52de2a6391d86080f78c02ed558bc2 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 15 Apr 2020 08:32:25 -0400 Subject: [PATCH] GAM 5.05 --- src/var.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/var.py b/src/var.py index 09ea0742..85433cb0 100644 --- a/src/var.py +++ b/src/var.py @@ -6,7 +6,7 @@ import platform import re gam_author = 'Jay Lee ' -gam_version = '5.04' +gam_version = '5.05' gam_license = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://git.io/gam'