We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe3f7b commit 0f043a8Copy full SHA for 0f043a8
include/tuw_constants.h
@@ -10,8 +10,8 @@ namespace tuw_constants {
10
" CLI tools\n";
11
constexpr char TOOL_NAME[] = "Tuw";
12
constexpr char AUTHOR[] = "matyalatte";
13
- constexpr char VERSION[] = "0.6.2";
14
- constexpr int VERSION_INT = 602;
+ constexpr char VERSION[] = "0.6.3";
+ constexpr int VERSION_INT = 603;
15
16
#ifdef _WIN32
17
constexpr char OS[] = "win";
0 commit comments