From c10b65dfcc5ef9a089c14247bcf740657556ef83 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 17 Feb 2021 13:13:37 -0800 Subject: [PATCH] Bump version to 1.1.0 --- SabreTools.Core/Prepare.cs | 4 ++-- appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SabreTools.Core/Prepare.cs b/SabreTools.Core/Prepare.cs index 7868e92f..8d41d536 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.0.7"; - public readonly static string Version = $"v1.0.7-{File.GetCreationTime(Assembly.GetExecutingAssembly().Location):yyyy-MM-dd HH:mm:ss}"; + 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}"; /// /// Readies the console and outputs the header diff --git a/appveyor.yml b/appveyor.yml index f3fe2909..f38cb387 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ # version format -version: 1.0.7-test_{build} +version: 1.1.0-test_{build} # vm template image: Visual Studio 2019