From f49ded732305d1ba3961353b8ff0567ebb4ee797 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 13 Apr 2021 10:24:34 -0700 Subject: [PATCH] Bump version for prerelease --- SabreTools.Core/Prepare.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SabreTools.Core/Prepare.cs b/SabreTools.Core/Prepare.cs index 151a2136..7382e73d 100644 --- a/SabreTools.Core/Prepare.cs +++ b/SabreTools.Core/Prepare.cs @@ -12,8 +12,8 @@ namespace SabreTools.Core /// /// The current toolset version to be used by all child applications /// - //public readonly static string Version = $"v1.1.0"; - public readonly static string Version = $"v1.1.0-{File.GetCreationTime(Assembly.GetExecutingAssembly().Location):yyyy-MM-dd HH:mm:ss}"; + public readonly static string Version = $"v1.1.1"; + //public readonly static string Version = $"v1.1.1-{File.GetCreationTime(Assembly.GetExecutingAssembly().Location):yyyy-MM-dd HH:mm:ss}"; /// /// Readies the console and outputs the header