Bump version information to v1-r1
This commit is contained in:
parent
493bf45b8c
commit
6dd45fb877
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const version_version: int = 1
|
|||
## The version type. See [enum CoreTypes.VersionType] for more information.
|
||||
const version_type: CoreTypes.VersionType = CoreTypes.VersionType.RELEASE
|
||||
## The version type number. Resets on every new version and version type.
|
||||
const version_typerelease: int = 0
|
||||
const version_typerelease: int = 1
|
||||
|
||||
# Modules
|
||||
## Used internally for loading, managing and unloading modules.
|
||||
|
|
Loading…
Reference in a new issue