From 860fdb3b70f5384a081822e42c50f5ac63fb0437 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 24 Sep 2021 18:55:50 -0400 Subject: Bump version --- App/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'App') diff --git a/App/Version.h b/App/Version.h index 12ae33b..0f75ec6 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 2 +#define MINOR 3 #define PATCH 0 #define VERSION_STR TO_STRING(MAJOR) L"." TO_STRING(MINOR) L"." TO_STRING(PATCH) -- cgit 1.4.1