patch release for recent fixes (#1241)

updates for patch release

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Philip Top
2025-10-25 12:53:47 -07:00
committed by GitHub
parent 8b1d067374
commit 8ddadd7cea
16 changed files with 86 additions and 23 deletions

View File

@@ -12,7 +12,7 @@
#define CLI11_VERSION_MAJOR 2
#define CLI11_VERSION_MINOR 6
#define CLI11_VERSION_PATCH 0
#define CLI11_VERSION "2.6.0"
#define CLI11_VERSION_PATCH 1
#define CLI11_VERSION "2.6.1"
// [CLI11:version_hpp:end]