Bump version to v2-r0
This commit is contained in:
parent
7a165bb882
commit
539fc1cea6
1 changed files with 2 additions and 2 deletions
|
@ -24,11 +24,11 @@ class_name Core
|
||||||
|
|
||||||
# Versioning
|
# Versioning
|
||||||
## The version number
|
## The version number
|
||||||
const version_version: int = 1
|
const version_version: int = 2
|
||||||
## 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.RELEASE
|
const version_type: CoreTypes.VersionType = CoreTypes.VersionType.RELEASE
|
||||||
## 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 = 1
|
const version_typerelease: int = 0
|
||||||
## The fork indicator. Update this if you intend on soft or hard forking this framework.
|
## The fork indicator. Update this if you intend on soft or hard forking this framework.
|
||||||
const version_fork: String = ""
|
const version_fork: String = ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue