diff --git a/NGUInjector/Main.cs b/NGUInjector/Main.cs index 1032a05..b2884a7 100644 --- a/NGUInjector/Main.cs +++ b/NGUInjector/Main.cs @@ -34,7 +34,7 @@ internal class Main : MonoBehaviour private CustomAllocation _profile; private float _timeLeft = 10.0f; internal static SettingsForm settingsForm; - internal const string Version = "2.4.0"; + internal const string Version = "2.4.1"; internal static bool Test { get; set; }