From 1f84f660412960521084af01ca36eea086e861fd Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Thu, 7 Dec 2017 21:35:50 +1100 Subject: [PATCH] Bumped the version number in preparation for the next release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index beea4abc..48b0909c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.0.26" +version = "0.0.27" authors = ["Mathieu David "] description = "create books from markdown files (like Gitbook)" documentation = "http://rust-lang-nursery.github.io/mdBook/index.html"