fix version in script file

This commit is contained in:
Frede Hundewadt 2023-12-17 09:31:44 +01:00
parent a61eaecbd4
commit 8e2782401e

View file

@ -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()