From 71cb525df99eaaeff235d3706e4bf231fa3ea37d Mon Sep 17 00:00:00 2001 From: Boris Brock Date: Wed, 18 Sep 2024 11:18:56 +0200 Subject: [PATCH] Version bump to 1.1.0 --- src/Configuration/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Configuration/Version.h b/src/Configuration/Version.h index 58b4cf4..52ba985 100644 --- a/src/Configuration/Version.h +++ b/src/Configuration/Version.h @@ -3,6 +3,6 @@ namespace Version { constexpr uint8_t Major = 1; - constexpr uint8_t Minor = 0; + constexpr uint8_t Minor = 1; constexpr uint8_t Patch = 0; } \ No newline at end of file