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 3a06b20 commit 5cb3efaCopy full SHA for 5cb3efa
.appveyor.yml
@@ -1,8 +1,9 @@
1
-version: 1.9.0.{build}
+version: 1.9.1.{build}
2
3
branches:
4
only:
5
- master
6
+ - v1
7
8
install:
9
- git submodule update --init --recursive
include/CLI/Version.hpp
@@ -10,7 +10,7 @@
10
11
#define CLI11_VERSION_MAJOR 1
12
#define CLI11_VERSION_MINOR 9
13
-#define CLI11_VERSION_PATCH 0
14
-#define CLI11_VERSION "1.9.0"
+#define CLI11_VERSION_PATCH 1
+#define CLI11_VERSION "1.9.1"
15
16
// [CLI11:verbatim]
0 commit comments