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

Commit

Permalink
Merge pull request #782 from wasmCloud/chore/wasmcloud-0.78.0-rc.6-bump
Browse files Browse the repository at this point in the history
chore: run wasmcloud 0.78.0-rc6
  • Loading branch information
connorsmith256 authored Sep 8, 2023
2 parents 67d9b91 + 892d6dd commit cfab765
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 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

0 comments on commit cfab765

Please sign in to comment.