Skip to content

Commit af6d283

Browse files
committed
fix: update current rpi version to v9.2 (Beta) in download page
1 parent 1064b6b commit af6d283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/download/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ const DownloadPage = () => {
544544
{
545545
versionName: `${t("cards.defaultImages.x86_64.r9.versionName")}`,
546546
versionId: "rocky-9",
547-
currentVersion: "v9.5",
547+
currentVersion: "v9.2 (Beta)",
548548
plannedEol: `${t("cards.defaultImages.x86_64.r9.plannedEol")}`,
549549
downloadOptions: [
550550
{

0 commit comments

Comments
 (0)