From 55a02aec7818bf8d81b9f25f97f466e8a332177a Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Tue, 22 Jun 2021 10:27:55 +0200 Subject: [PATCH] (cargo-release) start next development iteration 6.1.2-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7da0e1f..499739a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evalexpr" -version = "6.1.1" +version = "6.1.2-alpha.0" description = "A powerful arithmetic and boolean expression evaluator" keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] categories = ["parsing", "game-engines"]