From 647db3a30123ad59d89b3a36d0ed810fb074fbe2 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Fri, 30 Aug 2024 14:03:47 +0200 Subject: [PATCH] update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1eebd97..bb77f3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spl" -version = "0.1.8" +version = "0.2.0" edition = "2021" description = "Stack Pogramming Language: A simple, concise scripting language." license = "MIT"