From ca294c438bca0762097e952f7edff682fc80fac3 Mon Sep 17 00:00:00 2001 From: Mario Rugiero Date: Mon, 18 Sep 2023 14:12:27 -0300 Subject: [PATCH] Bump version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0100b8281..f2352e4fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["ensure-no_std"] resolver = "2" [workspace.package] -version = "0.1.3" +version = "0.1.4" edition = "2021" license = "Apache-2.0" repository = "https://github.com/lambdaclass/lambdaworks"