mirror of
https://github.com/Steffo99/lihzahrd.git
synced 2024-11-21 15:44:24 +00:00
Add _version_ids for 1.4.4.5, 1.4.4.8, 1.4.4.9
This commit is contained in:
parent
d335e28007
commit
4134becb24
1 changed files with 3 additions and 0 deletions
|
@ -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]):
|
||||
|
|
Loading…
Reference in a new issue