From 5524ff45ea40580d377b47a6de1fb80c5385e1a9 Mon Sep 17 00:00:00 2001 From: szapp Date: Tue, 11 Jun 2024 21:34:33 +0200 Subject: [PATCH] Bump version to v1.4.0 --- _work/data/Scripts/Content/GFA/_intern/const.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_work/data/Scripts/Content/GFA/_intern/const.d b/_work/data/Scripts/Content/GFA/_intern/const.d index 9f49163..5e0a63e 100644 --- a/_work/data/Scripts/Content/GFA/_intern/const.d +++ b/_work/data/Scripts/Content/GFA/_intern/const.d @@ -19,7 +19,7 @@ /* Initialization */ -const string GFA_VERSION = "Gothic Free Aim v1.2.0"; +const string GFA_VERSION = "Gothic Free Aim v1.4.0"; const int GFA_LEGO_FLAGS = LeGo_HookEngine // For initializing all hooks | LeGo_ConsoleCommands // For console commands and debugging | LeGo_Random; // For scattering and other uses of random numbers