From 800d18292146ffdc836d0fe12f8a24ff69f07242 Mon Sep 17 00:00:00 2001 From: NYAN CAT Date: Wed, 9 Oct 2019 07:50:29 +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 d14e763..7dfa462 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.4G"; + public static string Version = "0.5.4H"; public static string Install = "false"; public static string InstallFolder = "AppData"; public static string InstallFile = "Test.exe";