Bump version to 0.2.14

This commit is contained in:
imaqtkatt 2024-05-22 16:04:55 -03:00
parent 1fd415e178
commit a92f58225d
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.13"
version = "0.2.14"
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.13"
version = "0.2.14"
edition = "2021"
exclude = ["tests/snapshots/"]