From 7a57b45f4206907ec1aaa8961a11d7e478704a54 Mon Sep 17 00:00:00 2001 From: Rohan Vazarkar Date: Sat, 3 Oct 2020 22:05:59 -0400 Subject: [PATCH] Update Main.cs --- NGUInjector/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }