From 4e12c39b88cb8f554a2d47858c5bd584454b8227 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Tue, 16 Mar 2021 23:34:56 +0800 Subject: [PATCH] (cargo-release) version 4.0.0-beta.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce64005b3..5baf74992 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlebars" -version = "4.0.0-alpha.0" +version = "4.0.0-beta.1" authors = ["Ning Sun "] description = "Handlebars templating implemented in Rust." license = "MIT"