File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ branches:
11
11
- /^v\d/
12
12
13
13
cache :
14
- ccache : true
15
14
apt : true
16
15
directories :
17
16
- " ${TRAVIS_BUILD_DIR}/deps/doxygen"
Original file line number Diff line number Diff line change 7
7
[ ![ Latest release] [ releases-badge ]] [ Github Releases ]
8
8
[ ![ DOI] [ DOI-badge ]] [ DOI-link ]
9
9
[ ![ 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 ]
11
11
12
12
[ Documentation] [ GitBook ] •
13
13
[ API Reference] [ api-docs ] •
Original file line number Diff line number Diff line change 7
7
8
8
#define CLI11_VERSION_MAJOR 1
9
9
#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 "
12
12
13
13
// [CLI11:verbatim]
You can’t perform that action at this time.
0 commit comments