Skip to content

Commit

Permalink
Bump version numbers for release
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettRyland committed Jun 13, 2024
1 parent b472db7 commit 7fbae7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BDArmory/Distribution/GameData/BDArmory/BDArmory.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"MAJOR":1,
"MINOR":6,
"PATCH":11,
"PATCH":12,
"BUILD":0
},
"KSP_VERSION":
Expand Down
4 changes: 2 additions & 2 deletions BDArmory/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7fbae7b

Please sign in to comment.