Skip to content

Commit

Permalink
bump host version to v0.56.0 (#446)
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Smith <[email protected]>
  • Loading branch information
Connor Smith authored Aug 17, 2022
1 parent c90370e commit fc3ee32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion host_core/mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule HostCore.MixProject do
use Mix.Project

@app_vsn "0.55.2"
@app_vsn "0.56.0"

def project do
[
Expand Down
4 changes: 2 additions & 2 deletions wasmcloud_host/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion wasmcloud_host/mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule WasmcloudHost.MixProject do
use Mix.Project

@app_vsn "0.55.2"
@app_vsn "0.56.0"

def project do
[
Expand Down

0 comments on commit fc3ee32

Please sign in to comment.