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 branches: 3 branches:
4 only: 4 only:
5 - master 5 - master
  6 + - v1
6 7
7 install: 8 install:
8 - git submodule update --init --recursive 9 - git submodule update --init --recursive
include/CLI/Version.hpp
@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
10 10
11 #define CLI11_VERSION_MAJOR 1 11 #define CLI11_VERSION_MAJOR 1
12 #define CLI11_VERSION_MINOR 9 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 // [CLI11:verbatim] 16 // [CLI11:verbatim]