From b1db9a28bb4012077ea85475b6d09594fd3f23c1 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Tue, 6 Jul 2021 16:01:24 +0300 Subject: [PATCH] (cargo-release) start next development iteration 6.3.1-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3fe33f9..6c14519 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evalexpr" -version = "6.3.0" +version = "6.3.1-alpha.0" description = "A powerful arithmetic and boolean expression evaluator" keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] categories = ["parsing", "game-engines"]