From 8e2782401efd2a73881b16b70d35ac3b3cde479a Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Sun, 17 Dec 2023 09:31:44 +0100 Subject: [PATCH] fix version in script file --- get-iso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()