Merge pull request #39 from wasmCloud/0.2.3_add_version

chore: prepare for 0.2.3 release
This commit is contained in:
Dan Norris 2024-06-11 20:37:01 -04:00 committed by GitHub
commit 86d26fd8cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -4414,7 +4414,7 @@ dependencies = [
[[package]]
name = "wasmcloud-operator"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"anyhow",
"async-nats",

View File

@ -1,6 +1,6 @@
[package]
name = "wasmcloud-operator"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
[[bin]]