Bump version to 0.2.20

This commit is contained in:
imaqtkatt 2024-05-24 13:24:35 -03:00
parent b436232a3f
commit c166c3562b
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.19"
version = "0.2.20"
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.19"
version = "0.2.20"
edition = "2021"
exclude = ["tests/snapshots/"]