Bump to Version 1.9.1

This commit is contained in:
Henry Schreiner 2020-06-20 10:29:27 -04:00 committed by Henry Schreiner
parent 102e201dc7
commit f1349f12e3
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
version: 1.9.0.{build}
version: 1.9.1.{build}
branches:
only:
- master
- v1
install:
- git submodule update --init --recursive

View File

@ -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]