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