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