From 0d815a4e937ee13d395d44da6d8120c776c02486 Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Thu, 24 Aug 2023 08:45:10 +0200 Subject: [PATCH] release version 0.2 --- get-iso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-iso b/get-iso index 82e7bfe..902fd67 100755 --- a/get-iso +++ b/get-iso @@ -15,7 +15,7 @@ from pathlib import Path DEF_URL = "https://gitlab.manjaro.org/webpage/iso-info/-/raw/master/file-info.json" FOLDER = Path.home() PROG_NAME = os.path.basename(__file__) -PROG_VERSION = "0.1" +PROG_VERSION = "0.2" GNU_URL = "https://www.gnu.org/licenses/gpl.html"