From 53a03672c3a256c550c070aa634c0d41a665d052 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Mon, 6 Aug 2018 10:25:16 +0200 Subject: [PATCH] (cargo-release) start next development iteration 0.1.1-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c23685..ff49659 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "man" -version = "0.1.0" +version = "0.1.1-alpha.0" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-clique/man" documentation = "https://docs.rs/man"