From b1416c55dfc43e0b19eda195a153edbb329cc040 Mon Sep 17 00:00:00 2001 From: NYAN CAT Date: Wed, 9 Oct 2019 10:07:51 +0300 Subject: [PATCH] Update Settings.cs --- AsyncRAT-C#/Client/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncRAT-C#/Client/Settings.cs b/AsyncRAT-C#/Client/Settings.cs index 7dfa462..9303fdd 100644 --- a/AsyncRAT-C#/Client/Settings.cs +++ b/AsyncRAT-C#/Client/Settings.cs @@ -13,7 +13,7 @@ namespace Client #if DEBUG public static string Ports = "6606"; public static string Hosts = "127.0.0.1"; - public static string Version = "0.5.4H"; + public static string Version = "0.5.4J"; public static string Install = "false"; public static string InstallFolder = "AppData"; public static string InstallFile = "Test.exe";