From 13f587e604e0b4a18d33d8a69f07e7ea6077ea89 Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 7 Mar 2023 12:07:31 -0500 Subject: [PATCH] Changed display text for debug release 23w11a --- PCK-Studio/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCK-Studio/Program.cs b/PCK-Studio/Program.cs index 87d7308f..2cbe26b0 100644 --- a/PCK-Studio/Program.cs +++ b/PCK-Studio/Program.cs @@ -11,7 +11,7 @@ namespace PckStudio { // this is to specify which build release this is. This is manually updated for now // TODO: add different chars for different configurations - private const string BuildType = "e"; + private const string BuildType = "a"; private System.Globalization.Calendar BuildCalendar = new System.Globalization.CultureInfo("en-US").Calendar; private DateTime date = new FileInfo(Assembly.GetExecutingAssembly().Location).LastWriteTime;