We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001c1ec commit 75b3ac9Copy full SHA for 75b3ac9
main.cpp
@@ -32,7 +32,7 @@ namespace fs = std::filesystem;
32
const wchar_t* APP_ID = L"Toasty.CLI.Notification";
33
const wchar_t* APP_NAME = L"Toasty";
34
const wchar_t* PROTOCOL_NAME = L"toasty";
35
-const wchar_t* TOASTY_VERSION = L"0.3";
+const wchar_t* TOASTY_VERSION = L"0.6";
36
37
// Global flags
38
bool g_dryRun = false;
0 commit comments