Skip to content

Commit 75b3ac9

Browse files
committed
Bump version to 0.6
1 parent 001c1ec commit 75b3ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace fs = std::filesystem;
3232
const wchar_t* APP_ID = L"Toasty.CLI.Notification";
3333
const wchar_t* APP_NAME = L"Toasty";
3434
const wchar_t* PROTOCOL_NAME = L"toasty";
35-
const wchar_t* TOASTY_VERSION = L"0.3";
35+
const wchar_t* TOASTY_VERSION = L"0.6";
3636

3737
// Global flags
3838
bool g_dryRun = false;

0 commit comments

Comments
 (0)