From f3a49ed980da8386276de22dda117ee0e6ead96f Mon Sep 17 00:00:00 2001 From: Benny Klotz Date: Mon, 27 Feb 2017 19:17:52 +0100 Subject: [PATCH] Bump version to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f9ef18a..0994a063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cobalt-bin" -version = "0.5.0" +version = "0.6.0" authors = ["Benny Klotz ", "Johann Hofmann "] description = "Static site generator written in Rust" repository = "https://github.com/cobalt-org/cobalt.rs"