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 5661918 commit 5c24f14Copy full SHA for 5c24f14
CMakeLists.txt
@@ -4,7 +4,7 @@ include(cmake/prelude.cmake)
4
5
project(
6
glaze
7
- VERSION 5.5.4
+ VERSION 5.5.5
8
LANGUAGES CXX
9
)
10
include/glaze/version.hpp
@@ -17,7 +17,7 @@ namespace glz
17
{
18
uint8_t major = 5;
19
uint8_t minor = 5;
20
- uint8_t patch = 4;
+ uint8_t patch = 5;
21
22
constexpr auto operator<=>(const version_t& other) const noexcept = default;
23
0 commit comments