From 0112821a722eb9d2831beccdda1cc9b892a62516 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 26 Jul 2020 19:11:41 -0700 Subject: [PATCH] Bump version to 1.0.2 --- SabreTools.Library/Data/Constants.cs | 3 ++- appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/SabreTools.Library/Data/Constants.cs b/SabreTools.Library/Data/Constants.cs index abc53732..43993fca 100644 --- a/SabreTools.Library/Data/Constants.cs +++ b/SabreTools.Library/Data/Constants.cs @@ -12,7 +12,8 @@ namespace SabreTools.Library.Data /// /// The current toolset version to be used by all child applications /// - public readonly static string Version = $"v1.0.1-{File.GetCreationTime(Assembly.GetExecutingAssembly().Location):yyyy-MM-dd HH:mm:ss}"; + 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 const int HeaderHeight = 3; #region 0-byte file constants diff --git a/appveyor.yml b/appveyor.yml index a27460fb..827a3ce2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ # version format -version: 1.0.0-test_{build} +version: 1.0.2-test_{build} # vm template image: Visual Studio 2019