Bump version to 0.2.19

This commit is contained in:
imaqtkatt 2024-05-24 10:51:26 -03:00
parent 20a20027d3
commit ef25fdb867
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.18"
version = "0.2.19"
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.18"
version = "0.2.19"
edition = "2021"
exclude = ["tests/snapshots/"]