Skip to content

Commit 21c2bc9

Browse files
committed
set version to v1.1.0
1 parent 932e098 commit 21c2bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VersionAndConstants.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
// Application Version
88
#define CSGO_CLI_VERSION_MAJOR "1"
9-
#define CSGO_CLI_VERSION_MINOR "0"
10-
#define CSGO_CLI_VERSION_REVISION "5"
9+
#define CSGO_CLI_VERSION_MINOR "1"
10+
#define CSGO_CLI_VERSION_REVISION "0"
1111
#define CSGO_CLI_VERSION CSGO_CLI_VERSION_MAJOR "." CSGO_CLI_VERSION_MINOR "." CSGO_CLI_VERSION_REVISION
1212

1313
// CURL user-agent identifier

0 commit comments

Comments
 (0)