From 3e7cf5c8c32ca3385cc035f974a04a5669c3047b Mon Sep 17 00:00:00 2001 From: Konrad Kosmatka Date: Sat, 18 Dec 2021 22:40:33 +0100 Subject: [PATCH] bump version to v0.6 --- src/mtscan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mtscan.h b/src/mtscan.h index b70ae8c..4cfdf43 100644 --- a/src/mtscan.h +++ b/src/mtscan.h @@ -18,7 +18,7 @@ #include #define APP_NAME "MTscan" -#define APP_VERSION "0.6-git" +#define APP_VERSION "0.6" #define APP_ICON "mtscan" #define APP_FILE_EXT ".mtscan" #define APP_FILE_COMPRESS ".gz"