From 5d17b22a0e4ce7a8288265b026ad6182900ea2f6 Mon Sep 17 00:00:00 2001 From: evanbowman Date: Sat, 20 Nov 2021 18:11:59 -0500 Subject: [PATCH] "bump version" --- source/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/version.hpp b/source/version.hpp index 9557c877..1b82a107 100644 --- a/source/version.hpp +++ b/source/version.hpp @@ -1,5 +1,5 @@ #pragma once #define PROGRAM_MAJOR_VERSION 2021 #define PROGRAM_MINOR_VERSION 11 -#define PROGRAM_SUBMINOR_VERSION 11 +#define PROGRAM_SUBMINOR_VERSION 20 #define PROGRAM_VERSION_REVISION 0