From 6cd06b933b6b1acb03b465d12a4776f75f6fe3c7 Mon Sep 17 00:00:00 2001 From: manyoso Date: Mon, 20 Apr 2020 13:24:45 -0400 Subject: [PATCH] Make a 0.6 release. --- lib/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.h b/lib/version.h index 0c4b591..4b635dc 100644 --- a/lib/version.h +++ b/lib/version.h @@ -28,7 +28,7 @@ static int s_majorVersion = 0; static int s_minorVersion = 6; -static bool s_isDev = true; +static bool s_isDev = false; static QString versionString() {