From 1f2bb18bc1a1118e9097143b9ed2ef290f1eb60b Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 31 Aug 2021 13:58:04 -0400 Subject: [PATCH] GAM 6.08 --- 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 951e85db..3c161025 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.07' +GAM_VERSION = '6.08' GAM_LICENSE = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://git.io/gam'