Skip to content

Commit b75bc09

Browse files
committed
Update version
1 parent f63cff6 commit b75bc09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/hatn/validator/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ Distributed under the Boost Software License, Version 1.0.
3333

3434
//! @ingroup group-config
3535
//! Macro expanding to the minor version of the library, i.e. the `y` in `x.y.z`.
36-
#define HATN_VALIDATOR_MINOR_VERSION 0
36+
#define HATN_VALIDATOR_MINOR_VERSION 1
3737

3838
//! @ingroup group-config
3939
//! Macro expanding to the patch level of the library, i.e. the `z` in `x.y.z`.
40-
#define HATN_VALIDATOR_PATCH_VERSION 3
40+
#define HATN_VALIDATOR_PATCH_VERSION 1
4141

4242
//! @ingroup group-config
4343
//! Macro expanding to the full version of the library, in hexadecimal

0 commit comments

Comments
 (0)