Update to c0994a8b42b9aa0168f76dfb4e46ba98b96f9be2
This commit is contained in:
parent
97f6307bce
commit
77957eb57c
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ class_name Core
|
||||||
## The version number
|
## The version number
|
||||||
const version_version: int = 1
|
const version_version: int = 1
|
||||||
## The version type. See [enum CoreTypes.VersionType] for more information.
|
## The version type. See [enum CoreTypes.VersionType] for more information.
|
||||||
const version_type: CoreTypes.VersionType = CoreTypes.VersionType.BETA
|
const version_type: CoreTypes.VersionType = CoreTypes.VersionType.RELEASECANDIDATE
|
||||||
## The version type number. Resets on every new version and version type.
|
## The version type number. Resets on every new version and version type.
|
||||||
const version_typerelease: int = 6
|
const version_typerelease: int = 1
|
||||||
|
|
||||||
# Modules
|
# Modules
|
||||||
## Used internally for loading, managing and unloading modules.
|
## Used internally for loading, managing and unloading modules.
|
||||||
|
|
Loading…
Reference in a new issue