Skip to content

Commit

Permalink
Version bump to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisBrock committed Oct 6, 2024
1 parent d43ebc4 commit b1a586a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Configuration/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
namespace Version
{
constexpr uint8_t Major = 1;
constexpr uint8_t Minor = 5;
constexpr uint8_t Patch = 1;
constexpr uint8_t Minor = 6;
constexpr uint8_t Patch = 0;
}

0 comments on commit b1a586a

Please sign in to comment.