We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d19c3 commit 9e77ffeCopy full SHA for 9e77ffe
src/core/version.hpp
@@ -6,9 +6,9 @@
6
namespace Core {
7
8
// Main version string - shown in banner
9
- constexpr const char* VERSION = "0.17.3";
+ constexpr const char* VERSION = "0.17.4";
10
11
// Full version for build identification (update for releases)
12
- constexpr const char* BUILD_TAG = "v0.17.3";
+ constexpr const char* BUILD_TAG = "v0.17.4";
13
14
}
0 commit comments