v1-releasecandidate1
This commit is contained in:
parent
2465e8ef71
commit
eaaca9313b
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