Skip to content

Commit

Permalink
chore(*): Bumps version for patch release (#381)
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Thomas <[email protected]>
  • Loading branch information
thomastaylor312 authored Apr 14, 2022
1 parent 7779985 commit cc37648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.54.2"
@app_vsn "0.54.3"

def project do
[
Expand Down
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.54.2"
@app_vsn "0.54.3"

def project do
[
Expand Down

0 comments on commit cc37648

Please sign in to comment.