From 29dab5e3e460214627c6c78f836e276db50991f7 Mon Sep 17 00:00:00 2001 From: evanbowman Date: Sat, 9 Jan 2021 22:34:35 -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 87cebe33..5c6fb7e5 100644 --- a/source/version.hpp +++ b/source/version.hpp @@ -1,5 +1,5 @@ #pragma once #define PROGRAM_MAJOR_VERSION 2021 #define PROGRAM_MINOR_VERSION 1 -#define PROGRAM_SUBMINOR_VERSION 8 +#define PROGRAM_SUBMINOR_VERSION 9 #define PROGRAM_VERSION_REVISION 0