diff --git a/SabreTools.Library/Data/Constants.cs b/SabreTools.Library/Data/Constants.cs index 46d9d17e..6f9f548b 100644 --- a/SabreTools.Library/Data/Constants.cs +++ b/SabreTools.Library/Data/Constants.cs @@ -12,8 +12,8 @@ namespace SabreTools.Library.Data /// /// The current toolset version to be used by all child applications /// - ///public readonly static string Version = $"v1.0.2"; - public readonly static string Version = $"v1.0.2-{File.GetCreationTime(Assembly.GetExecutingAssembly().Location):yyyy-MM-dd HH:mm:ss}"; + public readonly static string Version = $"v1.0.3"; + //public readonly static string Version = $"v1.0.3-{File.GetCreationTime(Assembly.GetExecutingAssembly().Location):yyyy-MM-dd HH:mm:ss}"; public const int HeaderHeight = 3; #region 0-byte file constants diff --git a/appveyor.yml b/appveyor.yml index 827a3ce2..f57407ab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ # version format -version: 1.0.2-test_{build} +version: 1.0.3-test_{build} # vm template image: Visual Studio 2019