From a1ebbcac039b51e26f41f8ee407e5073eb77082e Mon Sep 17 00:00:00 2001 From: minneelyyyy Date: Mon, 28 Oct 2024 14:48:08 -0400 Subject: [PATCH] update to version 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e534476..8ab5759 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lamm" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "MIT" description = "a simple, functional paradigm programming language which uses Polish notation"