Skip to content

Commit 7be9911

Browse files
committed
version 5.1.1 bump
1 parent 80ea5fb commit 7be9911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include(cmake/prelude.cmake)
44

55
project(
66
glaze
7-
VERSION 5.1.0
7+
VERSION 5.1.1
88
LANGUAGES CXX
99
)
1010

include/glaze/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace glz
1515
{
1616
uint8_t major = 5;
1717
uint8_t minor = 1;
18-
uint8_t patch = 0;
18+
uint8_t patch = 1;
1919

2020
constexpr auto operator<=>(const version_t& other) const noexcept = default;
2121

0 commit comments

Comments
 (0)