We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ea5fb commit 7be9911Copy full SHA for 7be9911
CMakeLists.txt
@@ -4,7 +4,7 @@ include(cmake/prelude.cmake)
4
5
project(
6
glaze
7
- VERSION 5.1.0
+ VERSION 5.1.1
8
LANGUAGES CXX
9
)
10
include/glaze/version.hpp
@@ -15,7 +15,7 @@ namespace glz
15
{
16
uint8_t major = 5;
17
uint8_t minor = 1;
18
- uint8_t patch = 0;
+ uint8_t patch = 1;
19
20
constexpr auto operator<=>(const version_t& other) const noexcept = default;
21
0 commit comments