Commit f1349f12e3177608fa1c2f339cae5cfb6e99dbe5
Committed by
Henry Schreiner
1 parent
102e201d
Bump to Version 1.9.1
Showing
2 changed files
with
4 additions
and
3 deletions
.appveyor.yml
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] |