From 99a744bc3080cf2a5453b889bb7dbe17ecdf377d Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Fri, 14 Aug 2020 10:46:20 +0800 Subject: [PATCH] (cargo-release) start next development iteration 3.4.1-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d88364ade..74f618f6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlebars" -version = "3.4.0" +version = "3.4.1-alpha.0" authors = ["Ning Sun "] description = "Handlebars templating implemented in Rust." license = "MIT"