diff --git a/host_core/mix.exs b/host_core/mix.exs index e28ed184..c8e56253 100644 --- a/host_core/mix.exs +++ b/host_core/mix.exs @@ -1,7 +1,7 @@ defmodule HostCore.MixProject do use Mix.Project - @app_vsn "0.55.2" + @app_vsn "0.56.0" def project do [ diff --git a/wasmcloud_host/chart/Chart.yaml b/wasmcloud_host/chart/Chart.yaml index 37a2b14a..5806d0b7 100644 --- a/wasmcloud_host/chart/Chart.yaml +++ b/wasmcloud_host/chart/Chart.yaml @@ -15,6 +15,6 @@ icon: https://github.com/wasmCloud/wasmcloud.com-dev/raw/main/static/images/wasm type: application -version: 0.6.1 +version: 0.6.2 -appVersion: "0.55.2" +appVersion: "0.56.0" diff --git a/wasmcloud_host/mix.exs b/wasmcloud_host/mix.exs index a3cfdc95..0ad77ccd 100644 --- a/wasmcloud_host/mix.exs +++ b/wasmcloud_host/mix.exs @@ -1,7 +1,7 @@ defmodule WasmcloudHost.MixProject do use Mix.Project - @app_vsn "0.55.2" + @app_vsn "0.56.0" def project do [