From 4630bf5681c283d3857eda4fb4716150ea880b44 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 29 Jun 2021 08:13:59 -0400 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 df45cdd7..ff792b96 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.06' +GAM_VERSION = '6.07' GAM_LICENSE = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://git.io/gam'