1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-10-01 00:10:47 +00:00

Add 1.17 to go4it

This commit is contained in:
Jonathan Coates 2021-08-05 19:23:39 +01:00
parent 2f79849828
commit f0556646c2
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

1
go4it
View File

@ -29,6 +29,7 @@ class Branch:
BRANCHES: List[Branch] = [
Branch('mc-1.15.x'),
Branch('mc-1.16.x', parent='mc-1.15.x'),
Branch('mc-1.17.x', parent='mc-1.16.x'),
]