Skip to content

Commit b73b0eb

Browse files
committed
Bump version in update checker
1 parent 0cd5b4d commit b73b0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/update_checker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#pragma comment(lib, "winhttp.lib")
1212

1313
namespace UpdateChecker {
14-
const std::string CURRENT_VERSION = "0.9.3";
14+
const std::string CURRENT_VERSION = "0.9.4";
1515

1616
static std::string TrimPrefixV(std::string v) {
1717
if (!v.empty() && (v[0] == 'v' || v[0] == 'V')) {

0 commit comments

Comments
 (0)