Skip to content

Commit

Permalink
chore(docs): bump spin version
Browse files Browse the repository at this point in the history
Signed-off-by: Brian H <[email protected]>
  • Loading branch information
fibonacci1729 committed Mar 23, 2023
1 parent 38841b0 commit e3a24b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deploy/publish-spin-docs.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ job "publish-spin-docs" {
driver = "exec"

artifact {
source = "https://github.com/fermyon/spin/releases/download/v0.8.0/spin-v0.8.0-linux-amd64.tar.gz"
source = "https://github.com/fermyon/spin/releases/download/v0.10.1/spin-v0.10.1-linux-amd64.tar.gz"
options {
checksum = "sha256:0ef31fe6e2b4d34ddd089b01a1f88820f88c456276bfe4e1477836a6087654c1"
checksum = "sha256:105054335fd76b3d2a1b76a705dbdb3b83d7e4093b302a7816ce7f922893f29d"
}
}

Expand Down
4 changes: 2 additions & 2 deletions deploy/spin-docs.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ job "spin-docs" {
driver = "exec"

artifact {
source = "https://github.com/fermyon/spin/releases/download/v0.8.0/spin-v0.8.0-linux-amd64.tar.gz"
source = "https://github.com/fermyon/spin/releases/download/v0.10.1/spin-v0.10.1-linux-amd64.tar.gz"
options {
checksum = "sha256:0ef31fe6e2b4d34ddd089b01a1f88820f88c456276bfe4e1477836a6087654c1"
checksum = "sha256:105054335fd76b3d2a1b76a705dbdb3b83d7e4093b302a7816ce7f922893f29d"
}
}

Expand Down
2 changes: 1 addition & 1 deletion docs/spin.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spin_manifest_version = "1"
name = "spin-docs"
spin_version = "1"
version = "0.1.0"
description = "The Spin documentation website running on... Spin."
authors = [ "Fermyon Engineering <[email protected]>" ]
Expand Down

0 comments on commit e3a24b6

Please sign in to comment.