We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f204ba commit 7f0ac03Copy full SHA for 7f0ac03
crates/wash-cli/src/ui/mod.rs
@@ -14,7 +14,7 @@ use wash_lib::{
14
};
15
use wasmcloud_core::tls;
16
17
-const DEFAULT_WASHBOARD_VERSION: &str = "v0.2.1";
+const DEFAULT_WASHBOARD_VERSION: &str = "v0.3.0";
18
19
#[derive(Parser, Debug, Clone)]
20
pub struct UiCommand {
0 commit comments