bump version to 0.4.0

This commit is contained in:
Alexander Mohr 2025-07-03 19:28:29 +02:00
parent 899e19591a
commit ef02c36d97
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2860,7 +2860,7 @@ dependencies = [
[[package]]
name = "worf"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"clap",
"crossbeam",

View file

@ -1,6 +1,6 @@
[package]
name = "worf"
version = "0.3.0"
version = "0.4.0"
edition = "2024"
[lints.clippy]