From 548686b6e5bd1d0a7b91aea520c0c6a2cddf8755 Mon Sep 17 00:00:00 2001 From: NYAN CAT Date: Mon, 10 Jun 2019 13:36:08 +0300 Subject: [PATCH] Change version --- AsyncRAT-C#/AsyncRAT-Sharp/Settings.cs | 2 +- AsyncRAT-C#/Client/Settings.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AsyncRAT-C#/AsyncRAT-Sharp/Settings.cs b/AsyncRAT-C#/AsyncRAT-Sharp/Settings.cs index e6e05de..90fbdbc 100644 --- a/AsyncRAT-C#/AsyncRAT-Sharp/Settings.cs +++ b/AsyncRAT-C#/AsyncRAT-Sharp/Settings.cs @@ -16,7 +16,7 @@ namespace AsyncRAT_Sharp public static string CertificatePath = Application.StartupPath + "\\ServerCertificate.p12"; public static X509Certificate2 ServerCertificate; - public static readonly string Version = "AsyncRAT 0.4.9F"; + public static readonly string Version = "AsyncRAT 0.4.9G"; public static object Listview1Lock = new object(); public static object Listview2Lock = new object(); public static object Listview3Lock = new object(); diff --git a/AsyncRAT-C#/Client/Settings.cs b/AsyncRAT-C#/Client/Settings.cs index cc9444b..b1b5921 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.4.9F"; + public static string Version = "0.4.9G"; public static string Install = "false"; public static string ClientFullPath = Path.Combine(Environment.ExpandEnvironmentVariables("%AppData%"), "Payload.exe"); public static string Key = "NYAN CAT";