From 30fdd00d65cceb68a4e62da5e49321aaef8929cf Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 1 Nov 2022 07:54:38 -0400 Subject: [PATCH] GAM 6.30 To be released soon after OpenSSL 3.0.7... --- 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 3d45e9e9..ce73ee4b 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.26' +GAM_VERSION = '6.30' GAM_LICENSE = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://jaylee.us/gam'