From 0d6604574d11eeaac06dcf6c3f0396f135fc98c2 Mon Sep 17 00:00:00 2001 From: Boris Brock Date: Sat, 5 Oct 2024 20:50:02 +0200 Subject: [PATCH] Version bump to 1.5.1 --- 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 9fe4038..26ce506 100644 --- a/src/Configuration/Version.h +++ b/src/Configuration/Version.h @@ -4,5 +4,5 @@ namespace Version { constexpr uint8_t Major = 1; constexpr uint8_t Minor = 5; - constexpr uint8_t Patch = 0; + constexpr uint8_t Patch = 1; } \ No newline at end of file