From 8bdbed015cb0c4ce1e5c1fbf6e08354a9eb17600 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 9 Nov 2025 13:17:03 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96:=20ubuntu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ubuntu: - Item root['versions']['5.10'] ({'name': '5.10', 'date': '2005-10-13'}) added to dictionary. - Item root['versions']['5.04'] ({'name': '5.04', 'date': '2005-04-08'}) added to dictionary. --- releases/ubuntu.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/releases/ubuntu.json b/releases/ubuntu.json index 698d7bd6..83a258f2 100644 --- a/releases/ubuntu.json +++ b/releases/ubuntu.json @@ -348,6 +348,14 @@ "6.06.1": { "name": "6.06.1", "date": "2006-08-10" + }, + "5.10": { + "name": "5.10", + "date": "2005-10-13" + }, + "5.04": { + "name": "5.04", + "date": "2005-04-08" } } } \ No newline at end of file