From 92b8f6e3bfba72b19bb92b3daad4d0c6ff66fb8e Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Mon, 30 Jul 2018 09:53:25 +0200 Subject: [PATCH] Bump version to 1.6.1 --- .travis.yml | 1 - README.md | 2 +- include/CLI/Version.hpp | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b97eeeac..7e5b645e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ branches: - /^v\d/ cache: - ccache: true apt: true directories: - "${TRAVIS_BUILD_DIR}/deps/doxygen" diff --git a/README.md b/README.md index fcc3e83f..13fbe9ba 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Latest release][releases-badge]][Github Releases] [![DOI][DOI-badge]][DOI-link] [![Conan.io][conan-badge]][conan-link] -[![Try CLI11 1.5.2 online][wandbox-badge]][wandbox-link] +[![Try CLI11 1.6 online][wandbox-badge]][wandbox-link] [Documentation][GitBook] • [API Reference][api-docs] • diff --git a/include/CLI/Version.hpp b/include/CLI/Version.hpp index 9f3af300..80eaf2a0 100644 --- a/include/CLI/Version.hpp +++ b/include/CLI/Version.hpp @@ -7,7 +7,7 @@ #define CLI11_VERSION_MAJOR 1 #define CLI11_VERSION_MINOR 6 -#define CLI11_VERSION_PATCH 0 -#define CLI11_VERSION "1.6.0" +#define CLI11_VERSION_PATCH 1 +#define CLI11_VERSION "1.6.1" // [CLI11:verbatim]