We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea8637 commit a24c6ccCopy full SHA for a24c6cc
1 file changed
OpenKeys/OpenKeys.cpp
@@ -16,7 +16,7 @@
16
#define WM_TRAYICON (WM_USER + 2)
17
#define MAX_CHAR_LENGTH 10240
18
19
-std::wstring VERSION_STRING = L"0.2.2";
+std::wstring VERSION_STRING = L"0.2.3";
20
21
NOTIFYICONDATA nid = {};
22
HMENU hTrayMenu = nullptr;
0 commit comments