From 274018185670e56e48f2b334c2f9b5de33d2c681 Mon Sep 17 00:00:00 2001 From: bencinn Date: Sat, 22 Jul 2023 17:29:32 +0700 Subject: [PATCH] v0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7522845..bb79b59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teolang" -version = "0.4.2" +version = "0.5.0" description = "A programming language design to be easy to learn for kids" license = "GPL-3.0-only" repository = "https://github.com/bencinn/teo"