Bump version to 0.2.11

This commit is contained in:
Nicolas Abril 2024-05-22 00:52:42 +02:00
parent e2a48431ba
commit 6fcee9fd94
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -68,7 +68,7 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "bend-lang"
version = "0.2.10"
version = "0.2.11"
dependencies = [
"TSPL",
"arrayvec",

View File

@ -2,7 +2,7 @@
name = "bend-lang"
description = "A high-level, massively parallel programming language"
license = "Apache-2.0"
version = "0.2.10"
version = "0.2.11"
edition = "2021"
exclude = ["tests/snapshots/"]