From f6863ae2d6932221e8e6a5239a717aee4f57f49f Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 20 Oct 2021 13:57:11 -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 4b4f3b5d..8727b865 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.08' +GAM_VERSION = '6.09' GAM_LICENSE = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://git.io/gam'