From 2571f60654bfcbfdb9f6bbb0da4ade71c0a178fc Mon Sep 17 00:00:00 2001 From: Ricardo Dias Marques Date: Thu, 25 Apr 2024 14:17:58 +0100 Subject: [PATCH] fix: Update downloads.yml to correct version of Noble Numbat As tkn (thom) has correctly mentioned, in an Ubuntu MATE Community post, the downloads page has a small typo, by referring to Noble Numbat as being 22.04 when it should be 24.04. This commit and pull request fixes that. REFERENCES: https://ubuntu-mate.community/t/small-typo-on-download-page-numbat-22-04-instead-of-24-04/27280 --- _data/downloads.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/downloads.yml b/_data/downloads.yml index 926ae3d1..6d15c3dd 100644 --- a/_data/downloads.yml +++ b/_data/downloads.yml @@ -51,7 +51,7 @@ releases: year: 2024 noble: - name: "22.04 LTS" + name: "24.04 LTS" codename: "Noble Numbat" mascot: "noble.svg" wallpaper: "focal.jpg"