From 3c16c6eb6744c9c6f2a674f159c7f7465b8944e2 Mon Sep 17 00:00:00 2001 From: Dan Norris Date: Mon, 27 May 2024 15:08:28 -0400 Subject: [PATCH] chore: bump wasmcloud-operator version for 0.2.2 release Signed-off-by: Dan Norris --- Cargo.lock | 2 +- Cargo.toml | 2 +- charts/wasmcloud-operator/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f38799..ffa79ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4414,7 +4414,7 @@ dependencies = [ [[package]] name = "wasmcloud-operator" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "async-nats", diff --git a/Cargo.toml b/Cargo.toml index 28101ad..23d708d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmcloud-operator" -version = "0.2.1" +version = "0.2.2" edition = "2021" [[bin]] diff --git a/charts/wasmcloud-operator/Chart.yaml b/charts/wasmcloud-operator/Chart.yaml index cdae380..a3361c7 100644 --- a/charts/wasmcloud-operator/Chart.yaml +++ b/charts/wasmcloud-operator/Chart.yaml @@ -13,4 +13,4 @@ version: 0.1.2 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.2.0" +appVersion: "0.2.2"