2
0
Fork 0

Update to 539fc1cea66270f0b305be60188973b3bc5c7f11

This commit is contained in:
JeremyStar™ 2024-05-17 01:16:29 +02:00
parent 24e402f947
commit a03db0f4e1
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -24,11 +24,11 @@ class_name Core
# Versioning
## The version number
const version_version: int = 1
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 = 1
const version_typerelease: int = 0
## The fork indicator. Update this if you intend on soft or hard forking this framework.
const version_fork: String = ""