From e3f4bb510146339c316b8952689efdf173d57209 Mon Sep 17 00:00:00 2001 From: Mathieu David Date: Fri, 8 Sep 2017 20:21:49 +0200 Subject: [PATCH] (cargo-release) start next development iteration 0.0.26-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d49ee88..f86d97a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.0.25" +version = "0.0.26-alpha.0" authors = ["Mathieu David "] description = "create books from markdown files (like Gitbook)" documentation = "http://azerupi.github.io/mdBook/index.html"