Skip to content

Commit 5cb3efa

Browse files
committed
Bump to Version 1.9.1
1 parent 3a06b20 commit 5cb3efa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
version: 1.9.0.{build}
1+
version: 1.9.1.{build}
22

33
branches:
44
only:
55
- master
6+
- v1
67

78
install:
89
- git submodule update --init --recursive

include/CLI/Version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#define CLI11_VERSION_MAJOR 1
1212
#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"
1515

1616
// [CLI11:verbatim]

0 commit comments

Comments
 (0)