diff --git a/SabreTools.Core/Prepare.cs b/SabreTools.Core/Prepare.cs index 5b91a1e9..512395ae 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.6"; - public readonly static string Version = $"v1.0.6-{File.GetCreationTime(Assembly.GetExecutingAssembly().Location):yyyy-MM-dd HH:mm:ss}"; + 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}"; /// /// Readies the console and outputs the header diff --git a/appveyor.yml b/appveyor.yml index 1ee21409..f3fe2909 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ # version format -version: 1.0.6-test_{build} +version: 1.0.7-test_{build} # vm template image: Visual Studio 2019