Skip to content

Commit 0f043a8

Browse files
committed
increment tuw version
1 parent fbe3f7b commit 0f043a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/tuw_constants.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ namespace tuw_constants {
1010
" CLI tools\n";
1111
constexpr char TOOL_NAME[] = "Tuw";
1212
constexpr char AUTHOR[] = "matyalatte";
13-
constexpr char VERSION[] = "0.6.2";
14-
constexpr int VERSION_INT = 602;
13+
constexpr char VERSION[] = "0.6.3";
14+
constexpr int VERSION_INT = 603;
1515

1616
#ifdef _WIN32
1717
constexpr char OS[] = "win";

0 commit comments

Comments
 (0)