aboutsummaryrefslogtreecommitdiff
path: root/ports/cli11/CONTROL
diff options
context:
space:
mode:
authorLily <47812810+LilyWangL@users.noreply.github.com>2020-03-11 08:21:43 +0800
committerGitHub <noreply@github.com>2020-03-10 17:21:43 -0700
commit4468d7be57f6326885fe05bd97215789207bfa2b (patch)
tree649555cb43e338040b77393aa9e8979f39da6cd7 /ports/cli11/CONTROL
parenta181bed0cf4f0c4bdae6ce852bedd5c9872cffc9 (diff)
downloadvcpkg-4468d7be57f6326885fe05bd97215789207bfa2b.tar.gz
vcpkg-4468d7be57f6326885fe05bd97215789207bfa2b.zip
[cli11] Update to version 1.9.0 (#10129)
* [cli11] Update to version 1.9.0 * [cli11] Update to version 1.9.0 * [cli11] Modify options
Diffstat (limited to 'ports/cli11/CONTROL')
-rw-r--r--ports/cli11/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cli11/CONTROL b/ports/cli11/CONTROL
index e478049c1..1f0f0c551 100644
--- a/ports/cli11/CONTROL
+++ b/ports/cli11/CONTROL
@@ -1,4 +1,4 @@
Source: cli11
-Version: 1.8.0
+Version: 1.9.0
Description: CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
Homepage: https://github.com/CLIUtils/CLI11