mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
Update packages/content-loader/src/products.ts (#529)
<!-- cloudflare-preview --> Preview: https://pr-529.docs-gitea-com.pages.dev Reviewed-on: https://gitea.com/gitea/docs/pulls/529 Reviewed-by: techknowlogick <[email protected]> Co-authored-by: Lunny Xiao <[email protected]>
This commit is contained in:
committed by
techknowlogick
parent
1d2096d6b3
commit
09a3500b62
@@ -203,7 +203,7 @@ const docsProduct: ProductDef = {
|
||||
* bumped here when a new runner release is documented.
|
||||
*/
|
||||
const runnerSeries: { id: string; latestRelease: string }[] = [
|
||||
{ id: '3', latestRelease: '3.1.0' },
|
||||
{ id: '3', latestRelease: '3.3.0' },
|
||||
{ id: '2', latestRelease: '2.3.0' },
|
||||
{ id: '1', latestRelease: '1.0.8' },
|
||||
{ id: '0', latestRelease: '0.6.1' },
|
||||
|
||||
Reference in New Issue
Block a user