We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b559e40 commit 14d48ebCopy full SHA for 14d48eb
1 file changed
include/oryx/chron/version.hpp
@@ -5,7 +5,7 @@
5
namespace oryx::chron {
6
7
inline constexpr int kVersionMajor = 0;
8
-inline constexpr int KVersionMinor = 2;
+inline constexpr int KVersionMinor = 3;
9
inline constexpr int kVersionPatch = 0;
10
11
auto MakeStringVersion() -> std::string;
0 commit comments