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'