From 1c56a0a6085839d7b0fc2a836b3b492f1767a630 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 6 Feb 2023 09:57:47 -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 b5ef3f06..d52d77b3 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.31' +GAM_VERSION = '6.40' GAM_LICENSE = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://jaylee.us/gam'