From 539fc1cea66270f0b305be60188973b3bc5c7f11 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Fri, 17 May 2024 00:51:44 +0200 Subject: [PATCH] Bump version to v2-r0 --- src/core.gd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core.gd b/src/core.gd index 0100e16..121f3af 100644 --- a/src/core.gd +++ b/src/core.gd @@ -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 = ""