Commit f1349f12e3177608fa1c2f339cae5cfb6e99dbe5

Authored by Henry Schreiner
Committed by Henry Schreiner
1 parent 102e201d

Bump to Version 1.9.1

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