From fc3ee325206ca6f5fed57cc726113b2276f08b63 Mon Sep 17 00:00:00 2001 From: Connor Smith Date: Wed, 17 Aug 2022 12:01:58 -0600 Subject: [PATCH] bump host version to v0.56.0 (#446) Signed-off-by: Connor Smith --- host_core/mix.exs | 2 +- wasmcloud_host/chart/Chart.yaml | 4 ++-- wasmcloud_host/mix.exs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 [