From dc219087cb51b8e909619ebcb6a032d172cf77e6 Mon Sep 17 00:00:00 2001 From: Gr1mmie Date: Sun, 20 Mar 2022 15:21:57 -0400 Subject: [PATCH] Prod n stuffs --- Client/Models/Data/Client.cs | 2 +- TeamServer/Properties/launchSettings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" } } }