Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

chore: run wasmcloud 0.78.0-rc6 #782

Merged
merged 1 commit into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wash-cli"
version = "0.20.1"
version = "0.20.2"
authors = ["wasmCloud Team"]
categories = ["wasm", "command-line-utilities"]
description = "wasmcloud Shell (wash) CLI tool"
Expand Down
2 changes: 1 addition & 1 deletion src/up/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub(crate) const DEFAULT_NATS_PORT: &str = "4222";
// wadm configuration values
pub(crate) const WADM_VERSION: &str = "v0.6.0";
// wasmCloud configuration values, https://wasmcloud.dev/reference/host-runtime/host_configure/
pub(crate) const WASMCLOUD_HOST_VERSION: &str = "v0.78.0-rc4";
pub(crate) const WASMCLOUD_HOST_VERSION: &str = "v0.78.0-rc6";
// NATS isolation configuration variables
pub(crate) const WASMCLOUD_LATTICE_PREFIX: &str = "WASMCLOUD_LATTICE_PREFIX";
pub(crate) const DEFAULT_LATTICE_PREFIX: &str = "default";
Expand Down