From e5627e7f3ce378939b4070a8ed916257a1e458a1 Mon Sep 17 00:00:00 2001 From: NYAN CAT Date: Sun, 15 Sep 2019 16:00:56 +0300 Subject: [PATCH] Update Settings.cs --- AsyncRAT-C#/Server/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncRAT-C#/Server/Settings.cs b/AsyncRAT-C#/Server/Settings.cs index 09b24aa..c0d54e5 100644 --- a/AsyncRAT-C#/Server/Settings.cs +++ b/AsyncRAT-C#/Server/Settings.cs @@ -15,7 +15,7 @@ namespace Server public static string CertificatePath = Application.StartupPath + "\\ServerCertificate.p12"; public static X509Certificate2 ServerCertificate; - public static readonly string Version = "AsyncRAT 0.5.2"; + public static readonly string Version = "AsyncRAT 0.5.3"; public static object LockListviewClients = new object(); public static object LockListviewLogs = new object(); public static object LockListviewThumb = new object();