Skip to content

Commit 17641cb

Browse files
author
GitHub Action
committed
Release version 2.3.0
1 parent 0401405 commit 17641cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/sparrow/config/sparrow_version.hpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
namespace sparrow
1818
{
1919
constexpr int SPARROW_VERSION_MAJOR = 2;
20-
constexpr int SPARROW_VERSION_MINOR = 2;
21-
constexpr int SPARROW_VERSION_PATCH = 1;
20+
constexpr int SPARROW_VERSION_MINOR = 3;
21+
constexpr int SPARROW_VERSION_PATCH = 0;
2222

23-
constexpr int SPARROW_BINARY_CURRENT = 16;
24-
constexpr int SPARROW_BINARY_REVISION = 1;
25-
constexpr int SPARROW_BINARY_AGE = 2;
23+
constexpr int SPARROW_BINARY_CURRENT = 17;
24+
constexpr int SPARROW_BINARY_REVISION = 0;
25+
constexpr int SPARROW_BINARY_AGE = 3;
2626

2727
static_assert(
2828
SPARROW_BINARY_AGE <= SPARROW_BINARY_CURRENT,

0 commit comments

Comments
 (0)