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:
committed by
Andrew Rynhard
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
|
||||
|
Reference in New Issue
Block a user