Core: mark version as 0.3.8
This commit is contained in:
parent
9add1495d5
commit
25756831b7
2
Utils.py
2
Utils.py
|
@ -38,7 +38,7 @@ class Version(typing.NamedTuple):
|
||||||
build: int
|
build: int
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.3.7"
|
__version__ = "0.3.8"
|
||||||
version_tuple = tuplize_version(__version__)
|
version_tuple = tuplize_version(__version__)
|
||||||
|
|
||||||
is_linux = sys.platform.startswith("linux")
|
is_linux = sys.platform.startswith("linux")
|
||||||
|
|
|
@ -42,7 +42,7 @@ class SubnauticaWorld(World):
|
||||||
option_definitions = Options.options
|
option_definitions = Options.options
|
||||||
|
|
||||||
data_version = 8
|
data_version = 8
|
||||||
required_client_version = (0, 3, 7)
|
required_client_version = (0, 3, 8)
|
||||||
|
|
||||||
creatures_to_scan: List[str]
|
creatures_to_scan: List[str]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue