Version bump to 1.0.3

This commit is contained in:
Matt Nadareski
2020-08-31 21:36:06 -07:00
parent e162626043
commit 22a73c318f
2 changed files with 3 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ namespace SabreTools.Library.Data
/// <summary>
/// The current toolset version to be used by all child applications
/// </summary>
///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

View File

@@ -1,5 +1,5 @@
# version format
version: 1.0.2-test_{build}
version: 1.0.3-test_{build}
# vm template
image: Visual Studio 2019