diff --git a/EVEData/EveAppConfig.cs b/EVEData/EveAppConfig.cs
index 88759f5..a317230 100644
--- a/EVEData/EveAppConfig.cs
+++ b/EVEData/EveAppConfig.cs
@@ -28,7 +28,7 @@ public class EveAppConfig
///
/// SMT Version
///
- public const string SMT_VERSION = "SMT_126";
+ public const string SMT_VERSION = "SMT_127";
///
/// Folder to store all of the data from
diff --git a/SMT/Properties/AssemblyInfo.cs b/SMT/Properties/AssemblyInfo.cs
index 88492f9..bef54d6 100644
--- a/SMT/Properties/AssemblyInfo.cs
+++ b/SMT/Properties/AssemblyInfo.cs
@@ -46,5 +46,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
\ No newline at end of file
+[assembly: AssemblyVersion("1.27.0.0")]
+[assembly: AssemblyFileVersion("1.27.0.0")]
\ No newline at end of file