1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-10-16 06:27:29 +00:00

Add _version_ids for 1.4.4.5, 1.4.4.8, 1.4.4.9

This commit is contained in:
Martin George 2023-03-05 23:47:11 +01:00 committed by Stefano Pigozzi
parent d335e28007
commit 4134becb24

View file

@ -53,6 +53,9 @@ class Version:
228: "1.4.0.4",
230: "1.4.0.5",
238: "1.4.2.3",
274: "1.4.4.5",
278: "1.4.4.8",
279: "1.4.4.9",
}
def __init__(self, data: typing.Union[int, str]):