Skip to content

Commit e718e1e

Browse files
Bump release number to 1.8.11
1 parent 1708187 commit e718e1e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

GameData/RemoteTech/RemoteTech.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"VERSION":{
1313
"MAJOR":1,
1414
"MINOR":8,
15-
"PATCH":10,
16-
"BUILD":3
15+
"PATCH":11,
16+
"BUILD":0
1717
},
1818
"KSP_VERSION":{
1919
"MAJOR":1,
2020
"MINOR":4,
21-
"PATCH":2
21+
"PATCH":3
2222
},
2323
"KSP_VERSION_MIN":{
2424
"MAJOR":1,
@@ -28,6 +28,6 @@
2828
"KSP_VERSION_MAX":{
2929
"MAJOR":1,
3030
"MINOR":4,
31-
"PATCH":2
31+
"PATCH":3
3232
}
3333
}

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#---------------------------------#
1414

1515
# version format (you need to bump it when changing version)
16-
version: 1.8.10.3
16+
version: 1.8.11
1717

1818
# branches
1919
branches:
@@ -218,7 +218,7 @@
218218
#---------------------------------#
219219

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

223223
# branches
224224
branches:

src/RemoteTech/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
// DLLs any time it changes. Breaking on a minor revision is probably acceptable - it's
3838
// unlikely that there wouldn't be other breaking changes on a minor version change.
3939
[assembly: AssemblyVersion("1.8")]
40-
[assembly: AssemblyFileVersion("1.8.10.3")]
40+
[assembly: AssemblyFileVersion("1.8.11")]
4141

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

0 commit comments

Comments
 (0)