mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Core: mark version as 0.3.8
This commit is contained in:
2
Utils.py
2
Utils.py
@@ -38,7 +38,7 @@ class Version(typing.NamedTuple):
|
||||
build: int
|
||||
|
||||
|
||||
__version__ = "0.3.7"
|
||||
__version__ = "0.3.8"
|
||||
version_tuple = tuplize_version(__version__)
|
||||
|
||||
is_linux = sys.platform.startswith("linux")
|
||||
|
@@ -42,7 +42,7 @@ class SubnauticaWorld(World):
|
||||
option_definitions = Options.options
|
||||
|
||||
data_version = 8
|
||||
required_client_version = (0, 3, 7)
|
||||
required_client_version = (0, 3, 8)
|
||||
|
||||
creatures_to_scan: List[str]
|
||||
|
||||
|
Reference in New Issue
Block a user