Bump version

This commit is contained in:
JeremyStar™ 2024-05-18 19:28:40 +02:00
parent 94a677286c
commit 5582fef70a
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -28,7 +28,7 @@ const version_version: int = 2
## 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
## The fork indicator. Update this if you intend on soft or hard forking this framework.
const version_fork: String = ""