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