Skip to content

Commit

Permalink
Merge pull request #845 from fibonacci1729/bump-version
Browse files Browse the repository at this point in the history
Bump version to 0.6.0
  • Loading branch information
fibonacci1729 authored Oct 21, 2022
2 parents 14ced57 + 245a6c2 commit 12a5037
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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 = "spin-cli"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
authors = [ "Fermyon Engineering <engineering@fermyon.com>" ]

Expand Down
4 changes: 2 additions & 2 deletions docs/downloads/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ print_help() {
fancy_print 2 "This script installs Spin in the current directory."
fancy_print 2 ""
fancy_print 2 "Comand line arguments"
fancy_print 2 "--version or -v : Provide what version to install e.g. \"v0.5.0\" or \"canary\"."
fancy_print 2 "--version or -v : Provide what version to install e.g. \"v0.6.0\" or \"canary\"."
fancy_print 2 "--help or -h : Shows this help message"
}

Expand All @@ -48,7 +48,7 @@ while [[ $# -gt 0 ]]; do
if [[ $# -ne 0 ]]; then
VERSION="${1}"
else
fancy_print 1 "Please provide the desired version. e.g. --version v0.5.0 or -v canary"
fancy_print 1 "Please provide the desired version. e.g. --version v0.6.0 or -v canary"
exit 0
fi
;;
Expand Down
2 changes: 1 addition & 1 deletion sdk/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "spin-sdk"
version = "0.5.0"
version = "0.6.0"

[lib]
name = "spin_sdk"
Expand Down
2 changes: 1 addition & 1 deletion tests/http/simple-spin-rust/Cargo.lock

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

0 comments on commit 12a5037

Please sign in to comment.