From 432837624c711986b2562cb33215759f3db1d631 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Tue, 28 Feb 2017 21:20:46 -0500 Subject: [PATCH] chore: tags release beta --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da02d8a2..4fe979c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap" -version = "2.21.0" +version = "2.21.0-beta" authors = ["Kevin K. "] exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"] repository = "https://github.com/kbknapp/clap-rs.git"