Skip to content

Commit 57836c4

Browse files
committed
Increment the version number.
1 parent 1f1977c commit 57836c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/ui/menu.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <sdk.hpp>
1010

1111
ui::menu::menu()
12-
: window({ 324.f, 218.f }, "Genshin Utility by lanylow", "v1.5.8") {
12+
: window({ 324.f, 218.f }, "Genshin Utility by lanylow", "v1.5.9") {
1313
QueryPerformanceFrequency(&performance_frequency);
1414
QueryPerformanceCounter(&performance_counter);
1515
}

0 commit comments

Comments
 (0)