We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932e098 commit 21c2bc9Copy full SHA for 21c2bc9
src/VersionAndConstants.h
@@ -6,8 +6,8 @@
6
7
// Application Version
8
#define CSGO_CLI_VERSION_MAJOR "1"
9
-#define CSGO_CLI_VERSION_MINOR "0"
10
-#define CSGO_CLI_VERSION_REVISION "5"
+#define CSGO_CLI_VERSION_MINOR "1"
+#define CSGO_CLI_VERSION_REVISION "0"
11
#define CSGO_CLI_VERSION CSGO_CLI_VERSION_MAJOR "." CSGO_CLI_VERSION_MINOR "." CSGO_CLI_VERSION_REVISION
12
13
// CURL user-agent identifier
0 commit comments