We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dab26b commit 3e30ec3Copy full SHA for 3e30ec3
src/utils/update_checker.cpp
@@ -11,7 +11,7 @@
11
#pragma comment(lib, "winhttp.lib")
12
13
namespace UpdateChecker {
14
- const std::string CURRENT_VERSION = "0.9.11";
+ const std::string CURRENT_VERSION = "0.9.12";
15
16
static std::string TrimPrefixV(std::string v) {
17
if (!v.empty() && (v[0] == 'v' || v[0] == 'V')) {
0 commit comments