From 9900dd64b8744429fc40e9c2004f1beb9dd713e0 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 10 Apr 2023 17:14:36 +0000 Subject: [PATCH] prepare 6.55 --- 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 95499229..2ef7a012 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.54' +GAM_VERSION = '6.55' GAM_LICENSE = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://jaylee.us/gam'