From f22835f7bc665d2c997fbb9241802d4e4791f37f Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Thu, 7 Dec 2017 21:40:45 +1100 Subject: [PATCH] (cargo-release) start next development iteration 0.0.28-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48b0909c..8d7a6d61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.0.27" +version = "0.0.28-alpha.0" authors = ["Mathieu David "] description = "create books from markdown files (like Gitbook)" documentation = "http://rust-lang-nursery.github.io/mdBook/index.html"