diff --git a/get-iso b/get-iso index 08355c5..9db798c 100755 --- a/get-iso +++ b/get-iso @@ -11,7 +11,7 @@ import sys import requests.exceptions from pathlib import Path -PROG_VERSION = "0.7" +PROG_VERSION = "0.8" ISO_RELEASE_URL = \ "https://gitlab.manjaro.org/webpage/iso-info/-/raw/master/file-info.json" FOLDER = Path.home()