From 17f08a59cefadd956d7e3ed790c938d5d64ea4ef Mon Sep 17 00:00:00 2001 From: MusicalProgrammer Date: Thu, 6 Oct 2022 22:04:57 -0400 Subject: [PATCH] Increment Versioning --- src/include/versioning.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/versioning.h b/src/include/versioning.h index 443cf65..cc0cc7f 100644 --- a/src/include/versioning.h +++ b/src/include/versioning.h @@ -4,7 +4,7 @@ #define APP_GENER 0 #define APP_MAJOR 0 -#define APP_MINOR 107 +#define APP_MINOR 108 #define APP_PATCH 0 #define APP_VER_STRING APP_GENER.APP_MAJOR.APP_MINOR.APP_PATCH