bump version to 0.5.0

This commit is contained in:
Alexander Mohr 2025-07-20 13:29:14 +02:00
parent 74084a9e5e
commit 997b87f607
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.4.0"
version = "0.5.0"
dependencies = [
"clap",
"crossbeam",

View file

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