chore: bumps the Cargo.toml version to 3.0.0-alpha1 to reduce confusion

This commit is contained in:
Kevin K 2018-02-03 15:15:00 -05:00
parent cf3eaaeb0c
commit 6a8b301fa4
No known key found for this signature in database
GPG key ID: 17218E4B3692F01A

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "2.29.2"
version = "3.0.0-alpha1"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
repository = "https://github.com/kbknapp/clap-rs"