From cd6ff92d6ffbbebc0a3474b5d649055ee0cf965e Mon Sep 17 00:00:00 2001 From: psiberx Date: Mon, 14 Oct 2024 23:48:36 +0300 Subject: [PATCH] Update version --- scripts/Facade.reds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Facade.reds b/scripts/Facade.reds index 2ab6a34..1e44b64 100644 --- a/scripts/Facade.reds +++ b/scripts/Facade.reds @@ -1,7 +1,7 @@ import EquipmentEx.OutfitSystem public abstract class EquipmentEx { - public static func Version() -> String = "1.2.5"; + public static func Version() -> String = "1.2.6"; public static func Activate(game: GameInstance) { OutfitSystem.GetInstance(game).Activate();