mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-01 13:13:53 +00:00
Bump version to 1.6.1
This commit is contained in:
parent
ab452ab56a
commit
92b8f6e3bf
@ -11,7 +11,6 @@ branches:
|
||||
- /^v\d/
|
||||
|
||||
cache:
|
||||
ccache: true
|
||||
apt: true
|
||||
directories:
|
||||
- "${TRAVIS_BUILD_DIR}/deps/doxygen"
|
||||
|
@ -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] •
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user