Skip to content

Commit

Permalink
feat(wash-cli): update to wasmcloud 1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
  • Loading branch information
brooksmtownsend committed Apr 17, 2024
1 parent 13f6ccc commit 715feda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/wash-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wash-cli"
version = "0.27.0-alpha.3"
version = "0.27.0"
categories = ["wasm", "command-line-utilities"]
description = "wasmCloud Shell (wash) CLI tool"
keywords = ["webassembly", "wasmcloud", "wash", "cli"]
Expand Down
4 changes: 2 additions & 2 deletions crates/wash-cli/src/up/config.rs
Expand Up @@ -10,9 +10,9 @@ pub const DEFAULT_NATS_HOST: &str = "127.0.0.1";
pub const DEFAULT_NATS_PORT: &str = "4222";
pub const DEFAULT_NATS_WEBSOCKET_PORT: &str = "4223";
// wadm configuration values
pub const WADM_VERSION: &str = "v0.11.0-alpha.4";
pub const WADM_VERSION: &str = "v0.11.0";
// wasmCloud configuration values, https://wasmcloud.dev/reference/host-runtime/host_configure/
pub const WASMCLOUD_HOST_VERSION: &str = "v1.0.0-rc.2";
pub const WASMCLOUD_HOST_VERSION: &str = "v1.0.0";
// NATS isolation configuration variables
pub const WASMCLOUD_LATTICE: &str = "WASMCLOUD_LATTICE";
pub const DEFAULT_LATTICE: &str = "default";
Expand Down

0 comments on commit 715feda

Please sign in to comment.