Skip to content

Commit 7f0ac03

Browse files
committed
chore(wash): update washboard version
Signed-off-by: Lachlan Heywood <lachieh@users.noreply.github.com>
1 parent 1f204ba commit 7f0ac03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wash-cli/src/ui/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use wash_lib::{
1414
};
1515
use wasmcloud_core::tls;
1616

17-
const DEFAULT_WASHBOARD_VERSION: &str = "v0.2.1";
17+
const DEFAULT_WASHBOARD_VERSION: &str = "v0.3.0";
1818

1919
#[derive(Parser, Debug, Clone)]
2020
pub struct UiCommand {

0 commit comments

Comments
 (0)