Skip to content

Commit

Permalink
Bump to Version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jul 28, 2020
1 parent 102e201 commit f1349f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
version: 1.9.0.{build}
version: 1.9.1.{build}

branches:
only:
- master
- v1

install:
- git submodule update --init --recursive
Expand Down
4 changes: 2 additions & 2 deletions include/CLI/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit f1349f1

Please sign in to comment.