From f1349f12e3177608fa1c2f339cae5cfb6e99dbe5 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 20 Jun 2020 10:29:27 -0400 Subject: [PATCH] Bump to Version 1.9.1 --- .appveyor.yml | 3 ++- include/CLI/Version.hpp | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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]