Skip to content

Commit e3a24b6

Browse files
committed
chore(docs): bump spin version
Signed-off-by: Brian H <brian.hardock@fermyon.com>
1 parent 38841b0 commit e3a24b6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

deploy/publish-spin-docs.nomad

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ job "publish-spin-docs" {
3232
driver = "exec"
3333

3434
artifact {
35-
source = "https://github.com/fermyon/spin/releases/download/v0.8.0/spin-v0.8.0-linux-amd64.tar.gz"
35+
source = "https://github.com/fermyon/spin/releases/download/v0.10.1/spin-v0.10.1-linux-amd64.tar.gz"
3636
options {
37-
checksum = "sha256:0ef31fe6e2b4d34ddd089b01a1f88820f88c456276bfe4e1477836a6087654c1"
37+
checksum = "sha256:105054335fd76b3d2a1b76a705dbdb3b83d7e4093b302a7816ce7f922893f29d"
3838
}
3939
}
4040

deploy/spin-docs.nomad

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ job "spin-docs" {
9999
driver = "exec"
100100

101101
artifact {
102-
source = "https://github.com/fermyon/spin/releases/download/v0.8.0/spin-v0.8.0-linux-amd64.tar.gz"
102+
source = "https://github.com/fermyon/spin/releases/download/v0.10.1/spin-v0.10.1-linux-amd64.tar.gz"
103103
options {
104-
checksum = "sha256:0ef31fe6e2b4d34ddd089b01a1f88820f88c456276bfe4e1477836a6087654c1"
104+
checksum = "sha256:105054335fd76b3d2a1b76a705dbdb3b83d7e4093b302a7816ce7f922893f29d"
105105
}
106106
}
107107

docs/spin.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
spin_manifest_version = "1"
12
name = "spin-docs"
2-
spin_version = "1"
33
version = "0.1.0"
44
description = "The Spin documentation website running on... Spin."
55
authors = [ "Fermyon Engineering <engineering@fermyon.com>" ]

0 commit comments

Comments
 (0)