From 4d542f68eca3e914f324ac5996b7be5a377ffe84 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Mon, 14 Feb 2022 15:24:28 -0700 Subject: [PATCH] version bump --- reflector/Main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflector/Main.h b/reflector/Main.h index bb9cc86..13e7415 100644 --- a/reflector/Main.h +++ b/reflector/Main.h @@ -63,7 +63,7 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 0 -#define VERSION_REVISION 1 +#define VERSION_REVISION 2 // global ------------------------------------------------------