From ea21e994e7265b275e21d0d49475baaaec01cb88 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 19 Jan 2023 18:03:45 -0800 Subject: [PATCH] Remove fancy mid-version naming --- SabreTools.Core/Prepare.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SabreTools.Core/Prepare.cs b/SabreTools.Core/Prepare.cs index 5fa4beb5..1070fb87 100644 --- a/SabreTools.Core/Prepare.cs +++ b/SabreTools.Core/Prepare.cs @@ -12,8 +12,7 @@ namespace SabreTools.Core /// /// The current toolset version to be used by all child applications /// - //public readonly static string Version = $"v1.1.2"; - public readonly static string Version = $"v1.1.2-{File.GetCreationTime(Assembly.GetExecutingAssembly().Location):yyyy-MM-dd HH:mm:ss}"; + public readonly static string Version = $"v1.1.2"; /// /// Readies the console and outputs the header