From 9078aac367d223b1fcc6632a5c03383950d4a86b Mon Sep 17 00:00:00 2001 From: Boris Brock Date: Wed, 25 Sep 2024 21:58:34 +0200 Subject: [PATCH] Version bump to 1.3.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 1842cc7..7e043b4 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 = 2; + constexpr uint8_t Minor = 3; constexpr uint8_t Patch = 0; } \ No newline at end of file