Update version.hpp

This commit is contained in:
Alex
2026-01-06 23:01:33 +01:00
parent e0d19c383a
commit 9e77ffecf6
+2 -2
View File
@@ -6,9 +6,9 @@
namespace Core {
// Main version string - shown in banner
constexpr const char* VERSION = "0.17.3";
constexpr const char* VERSION = "0.17.4";
// Full version for build identification (update for releases)
constexpr const char* BUILD_TAG = "v0.17.3";
constexpr const char* BUILD_TAG = "v0.17.4";
}