Skip to content

Commit

Permalink
Bump release number to 1.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
KSP-TaxiService committed May 18, 2018
1 parent 1708187 commit e718e1e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions GameData/RemoteTech/RemoteTech.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"VERSION":{
"MAJOR":1,
"MINOR":8,
"PATCH":10,
"BUILD":3
"PATCH":11,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":4,
"PATCH":2
"PATCH":3
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -28,6 +28,6 @@
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":4,
"PATCH":2
"PATCH":3
}
}
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#---------------------------------#

# version format (you need to bump it when changing version)
version: 1.8.10.3
version: 1.8.11

# branches
branches:
Expand Down Expand Up @@ -218,7 +218,7 @@
#---------------------------------#

# version format (you need to bump it when changing version)
version: 1.8.10-{build}-{branch}
version: 1.8.11-{build}-{branch}

# branches
branches:
Expand Down
2 changes: 1 addition & 1 deletion src/RemoteTech/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// DLLs any time it changes. Breaking on a minor revision is probably acceptable - it's
// unlikely that there wouldn't be other breaking changes on a minor version change.
[assembly: AssemblyVersion("1.8")]
[assembly: AssemblyFileVersion("1.8.10.3")]
[assembly: AssemblyFileVersion("1.8.11")]

// Use KSPAssembly to allow other DLLs to make this DLL a dependency in a
// non-hacky way in KSP. Format is (AssemblyProduct, major, minor), and it
Expand Down

0 comments on commit e718e1e

Please sign in to comment.