From d6a65861e0be11a1d6a8a6b71a31394ccb9ddbb7 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 1 Oct 2020 09:08:46 -0400 Subject: [PATCH] GAM 5.22 --- 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 35217bab..53a61fb6 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 = '5.21' +GAM_VERSION = '5.22' GAM_LICENSE = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://git.io/gam'