diff --git a/SolverEngines/Properties/AssemblyInfo.cs b/SolverEngines/Properties/AssemblyInfo.cs index 4f7439b..c7121db 100644 --- a/SolverEngines/Properties/AssemblyInfo.cs +++ b/SolverEngines/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // 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("3.3.0.0")] // Don't change until breaking changes occur -[assembly: AssemblyFileVersion("3.12.0.0")] +[assembly: AssemblyVersion("3.13.0.0")] // Don't change until breaking changes occur +[assembly: AssemblyFileVersion("3.13.0.0")] -[assembly: KSPAssembly("SolverEngines", 3, 12, 0)] +[assembly: KSPAssembly("SolverEngines", 3, 13, 0)]