Skip to content

Commit

Permalink
Update mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
LGhassen committed Nov 6, 2021
1 parent 563aa78 commit c0cc608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION": {
"MAJOR": 1,
"MINOR": 11,
"PATCH": 3,
"PATCH": 5,
"BUILD": 1
},
"KSP_VERSION": {
Expand All @@ -25,7 +25,7 @@
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 11,
"MINOR": 12,
"PATCH": 99
}
}
2 changes: 1 addition & 1 deletion _BuildManager/Properties/AssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
// 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.11.3.1")] // KSP version with EVE release number appended; see also CKAN version file.
[assembly: AssemblyVersion("1.11.5.1")] // KSP version with EVE release number appended; see also CKAN version file.

0 comments on commit c0cc608

Please sign in to comment.