Skip to content

Commit

Permalink
Bump version to 3.13
Browse files Browse the repository at this point in the history
Breaking change necessitates new version: removal and addition of KSPFields
  • Loading branch information
DRVeyl committed Feb 6, 2022
1 parent b3b7a95 commit 34525f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SolverEngines/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

0 comments on commit 34525f6

Please sign in to comment.