From 23daf734160a75c5fbff64dd207dbd28420d644e Mon Sep 17 00:00:00 2001 From: Sipher <77928770+Sipher@users.noreply.github.com> Date: Fri, 17 May 2024 15:23:27 -0300 Subject: [PATCH] Update Cargo.toml Increase Version to 0.2.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5586b73..e73684e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bend-lang" description = "A high-level, massively parallel programming language" license = "Apache-2.0" -version = "0.2.6" +version = "0.2.7" edition = "2021" exclude = ["tests/snapshots/"]