diff --git a/BDArmory/Distribution/GameData/BDArmory/BDArmory.version b/BDArmory/Distribution/GameData/BDArmory/BDArmory.version index 205c5ee3f..04f7b5ae4 100644 --- a/BDArmory/Distribution/GameData/BDArmory/BDArmory.version +++ b/BDArmory/Distribution/GameData/BDArmory/BDArmory.version @@ -12,7 +12,7 @@ { "MAJOR":1, "MINOR":6, - "PATCH":11, + "PATCH":12, "BUILD":0 }, "KSP_VERSION": diff --git a/BDArmory/Properties/AssemblyInfo.cs b/BDArmory/Properties/AssemblyInfo.cs index 3af192fc1..3cbb7a435 100644 --- a/BDArmory/Properties/AssemblyInfo.cs +++ b/BDArmory/Properties/AssemblyInfo.cs @@ -17,8 +17,8 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.6.11.0")] -[assembly: AssemblyFileVersion("1.6.11.0")] +[assembly: AssemblyVersion("1.6.12.0")] +[assembly: AssemblyFileVersion("1.6.12.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.