chore: increase version

This commit is contained in:
Kevin K 2016-03-28 11:28:36 -04:00
parent 205b07bf2e
commit cebb889ebc
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
<a name="v2.2.3"></a>
### v2.2.3 (2016-03-28)
#### Bug Fixes
* **Help Subcommand:** fixes issue where help and version flags weren't properly displayed ([205b07bf](https://github.com/kbknapp/clap-rs/commit/205b07bf2e6547851f1290f8cd6b169145e144f1), closes [#466](https://github.com/kbknapp/clap-rs/issues/466))
<a name="v2.2.2"></a>
### v2.2.2 (2016-03-27)

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "2.2.2"
version = "2.2.3"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["examples/*", "clap-tests/*", "tests/*", "benches/*", "*.png", "clap-perf/*"]
description = "A simple to use, efficient, and full featured Command Line Argument Parser"