From 2bc8a114c176908362c94d643924c1fc888e40b5 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 12 Jun 2019 13:46:14 -0400 Subject: [PATCH] GAM 4.87 --- src/var.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/var.py b/src/var.py index 4ac71b7f..ee2c8565 100644 --- a/src/var.py +++ b/src/var.py @@ -6,7 +6,7 @@ import platform import re gam_author = 'Jay Lee ' -gam_version = '4.86' +gam_version = '4.87' gam_license = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://git.io/gam'