bump version to 0.1.2

This commit is contained in:
Alexander Mohr 2025-06-01 10:45:09 +02:00
parent 0e9a7c067c
commit 8abcdfcf4a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2867,7 +2867,7 @@ dependencies = [
[[package]]
name = "worf"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"anyhow",
"clap",

View file

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