From 4a79b3f42c72daa868ddd394400cbb5b94cfa9d4 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Feb 2022 09:52:38 -0500 Subject: [PATCH] Update var.py --- src/gam/var.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam/var.py b/src/gam/var.py index be43f33e..c05845eb 100644 --- a/src/gam/var.py +++ b/src/gam/var.py @@ -8,7 +8,7 @@ import platform import re GAM_AUTHOR = 'Jay Lee ' -GAM_VERSION = '6.14' +GAM_VERSION = '6.15' GAM_LICENSE = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://git.io/gam'