From 889790884300e2f04d49f6965b3a296b43cf90ca Mon Sep 17 00:00:00 2001 From: Jerome Le Saux Date: Mon, 30 Oct 2023 09:41:10 +0100 Subject: [PATCH] add: add new version --- cli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/main.go b/cli/main.go index dc384f1..5dd95ec 100644 --- a/cli/main.go +++ b/cli/main.go @@ -57,7 +57,7 @@ var ( autotest = flag.Bool("autotest", false, "Executs all tests.") autoextract = flag.String("autoextract", "", "Extract all DSK contained in the folder path") snaVersion = flag.Int("snaversion", 1, "Set the sna version (1 or 2 available).") - appVersion = "0.20" + appVersion = "0.21" ) func main() {