diff --git a/.appveyor.yml b/.appveyor.yml index 9f3365cc..a4ae1188 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,8 +1,9 @@ -version: 1.9.0.{build} +version: 1.9.1.{build} branches: only: - master + - v1 install: - git submodule update --init --recursive diff --git a/include/CLI/Version.hpp b/include/CLI/Version.hpp index 3bfd8899..41b28e6c 100644 --- a/include/CLI/Version.hpp +++ b/include/CLI/Version.hpp @@ -10,7 +10,7 @@ #define CLI11_VERSION_MAJOR 1 #define CLI11_VERSION_MINOR 9 -#define CLI11_VERSION_PATCH 0 -#define CLI11_VERSION "1.9.0" +#define CLI11_VERSION_PATCH 1 +#define CLI11_VERSION "1.9.1" // [CLI11:verbatim]