mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-05 20:36:18 +02:00
docs: fix latest tag
Latest release was tagged as "pre-release". It should be "latest". Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
This commit is contained in:
parent
c3d6f60d36
commit
17b6ce0a83
@ -51,7 +51,7 @@ export default {
|
||||
}
|
||||
|
||||
if (option.latest) {
|
||||
return `${option.version} (pre-release)`
|
||||
return `${option.version} (latest)`
|
||||
}
|
||||
|
||||
return option.version
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user