Skip to content

Commit 3e30ec3

Browse files
committed
Bump version
1 parent 7dab26b commit 3e30ec3

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.11";
14+
const std::string CURRENT_VERSION = "0.9.12";
1515

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

0 commit comments

Comments
 (0)