From 8246a50cdb0fed36e47e566460acab92597960f1 Mon Sep 17 00:00:00 2001 From: Nicolas Abril Date: Fri, 23 Aug 2024 18:22:11 +0200 Subject: [PATCH] Bump version to 0.2.37-alpha.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa4bdce81..c4e29c1f8 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.36" +version = "0.2.37-alpha.1" edition = "2021" rust-version = "1.74" exclude = ["tests/"]