From a19ba80fb813ab69e38a593c0a47a3c1e08e2a44 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sun, 30 Oct 2022 07:27:46 +0100 Subject: [PATCH] Bump Version --- VersionInfo/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VersionInfo/Version.h b/VersionInfo/Version.h index 51e465d..87a9775 100644 --- a/VersionInfo/Version.h +++ b/VersionInfo/Version.h @@ -26,7 +26,7 @@ const std::string PRODUCT_NAME("DStarGateway"); const std::string VENDOR_NAME("Geoffrey Merck F4FXL / KC3FRA and Contributors"); -const std::string VERSION("0.6"); +const std::string VERSION("0.7"); const std::string LONG_VERSION = VERSION + "-" + gitversion; const std::string FULL_PRODUCT_NAME = PRODUCT_NAME + " v" + VERSION + "-" + gitversion; const std::string SHORT_PRODUCT_NAME = "DStarGW v" + VERSION + "-" + gitversion;