From 402ff9e8d0d37a9758689e1ca48d36d1eb61b82d Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 24 Apr 2020 14:00:13 -0400 Subject: [PATCH] GAM 5.07 --- src/.gitignore | 1 + src/gam/var.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/.gitignore b/src/.gitignore index 38305410..1ff0fb84 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -64,6 +64,7 @@ nobrowser.txt nocache.txt noverifyssl.txt gamcache/ +dist/ gam-64/ *.zip *.msi diff --git a/src/gam/var.py b/src/gam/var.py index 2aebb5bf..d795e14c 100644 --- a/src/gam/var.py +++ b/src/gam/var.py @@ -6,7 +6,7 @@ import platform import re gam_author = 'Jay Lee ' -gam_version = '5.06' +gam_version = '5.07' gam_license = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://git.io/gam'