From c5650b69369bc08ac23a75f6bf49646f77afa37d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 25 Aug 2021 09:18:14 -0400 Subject: Bump version --- App/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'App/Version.h') diff --git a/App/Version.h b/App/Version.h index 204782f..12ae33b 100644 --- a/App/Version.h +++ b/App/Version.h @@ -4,7 +4,7 @@ #define TO_STRING(s) TO_STRING2(s) #define MAJOR 0 -#define MINOR 1 +#define MINOR 2 #define PATCH 0 #define VERSION_STR TO_STRING(MAJOR) L"." TO_STRING(MINOR) L"." TO_STRING(PATCH) -- cgit 1.4.1