From 71d762631121c7fd5f7b4a4816b8321f4ac0c27b Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 14 Feb 2023 22:26:57 +0100 Subject: [PATCH] version change --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5d1369..610575d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust_command_line_calculator" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Christoph J. Scherr "] license = "GPL3"