diff --git a/Client/Models/Data/Client.cs b/Client/Models/Data/Client.cs index c3341ba..0b82b9e 100644 --- a/Client/Models/Data/Client.cs +++ b/Client/Models/Data/Client.cs @@ -18,7 +18,7 @@ namespace Client.Models public static bool running = true; public static string Prompt = "> "; - public const string Ver = "v0.1"; + public const string Ver = "v1.0"; public static List ImplantList = new List(); public static List ListenerList = new List(); diff --git a/TeamServer/Properties/launchSettings.json b/TeamServer/Properties/launchSettings.json index 9808739..e9ff374 100644 --- a/TeamServer/Properties/launchSettings.json +++ b/TeamServer/Properties/launchSettings.json @@ -16,7 +16,7 @@ "launchUrl": "swagger", "applicationUrl": "http://localhost:5000", "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" + "ASPNETCORE_ENVIRONMENT": "Production" } } }