Skip to content

Commit 92b8f6e

Browse files
committed
Bump version to 1.6.1
1 parent ab452ab commit 92b8f6e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ branches:
1111
- /^v\d/
1212

1313
cache:
14-
ccache: true
1514
apt: true
1615
directories:
1716
- "${TRAVIS_BUILD_DIR}/deps/doxygen"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Latest release][releases-badge]][Github Releases]
88
[![DOI][DOI-badge]][DOI-link]
99
[![Conan.io][conan-badge]][conan-link]
10-
[![Try CLI11 1.5.2 online][wandbox-badge]][wandbox-link]
10+
[![Try CLI11 1.6 online][wandbox-badge]][wandbox-link]
1111

1212
[Documentation][GitBook]
1313
[API Reference][api-docs]

include/CLI/Version.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#define CLI11_VERSION_MAJOR 1
99
#define CLI11_VERSION_MINOR 6
10-
#define CLI11_VERSION_PATCH 0
11-
#define CLI11_VERSION "1.6.0"
10+
#define CLI11_VERSION_PATCH 1
11+
#define CLI11_VERSION "1.6.1"
1212

1313
// [CLI11:verbatim]

0 commit comments

Comments
 (0)