Bump typerelease 2 -> 3
This commit is contained in:
parent
acb1485267
commit
3471738bc1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const version_release: int = 1
|
|||
## The release type
|
||||
const version_type: CoreTypes.VersionType = CoreTypes.VersionType.BETA
|
||||
## The release type number. Resets on every new release and release type.
|
||||
const version_typerelease: int = 2
|
||||
const version_typerelease: int = 3
|
||||
|
||||
# Modules
|
||||
## Use this to access CORE's logging implementation.
|
||||
|
|
Loading…
Reference in a new issue