Skip to content

Commit 9e77ffe

Browse files
committed
Update version.hpp
1 parent e0d19c3 commit 9e77ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
namespace Core {
77

88
// Main version string - shown in banner
9-
constexpr const char* VERSION = "0.17.3";
9+
constexpr const char* VERSION = "0.17.4";
1010

1111
// Full version for build identification (update for releases)
12-
constexpr const char* BUILD_TAG = "v0.17.3";
12+
constexpr const char* BUILD_TAG = "v0.17.4";
1313

1414
}

0 commit comments

Comments
 (0)