Skip to content

Commit e32656e

Browse files
committed
Version bump
1 parent 023ec91 commit e32656e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
CLI11 provides all the features you expect in a powerful command line parser, with a beautiful, minimal syntax and no dependencies beyond C++11. It is header only, and comes in a single file form for easy inclusion in projects. It is easy to use for small projects, but powerful enough for complex command line projects, and can be customized for frameworks.
1919
It is tested on [Travis] and [AppVeyor], and is being included in the [GooFit GPU fitting framework][GooFit]. It was inspired by [`plumbum.cli`][Plumbum] for Python. CLI11 has a user friendly introduction in this README, a more in-depth tutorial [GitBook], as well as [API documentation][api-docs] generated by Travis.
20-
See the [changelog](./CHANGELOG.md) or [GitHub Releases] for details for current and past releases. Also see the [Version 1.0 post], [Version 1.3 post], or [[Version 1.6 post] for more information.
20+
See the [changelog](./CHANGELOG.md) or [GitHub Releases] for details for current and past releases. Also see the [Version 1.0 post], [Version 1.3 post], or [Version 1.6 post] for more information.
2121

2222
You can be notified when new releases are made by subscribing to https://github.com/CLIUtils/CLI11/releases.atom on an RSS reader, like Feedly.
2323

include/CLI/Version.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// [CLI11:verbatim]
77

88
#define CLI11_VERSION_MAJOR 1
9-
#define CLI11_VERSION_MINOR 5
10-
#define CLI11_VERSION_PATCH 4
11-
#define CLI11_VERSION "1.5.4"
9+
#define CLI11_VERSION_MINOR 6
10+
#define CLI11_VERSION_PATCH 0
11+
#define CLI11_VERSION "1.6.0"
1212

1313
// [CLI11:verbatim]

0 commit comments

Comments
 (0)