Skip to content

Commit 63dc849

Browse files
Bump release number to 1.8.10.3
1 parent ddb3edf commit 63dc849

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

GameData/RemoteTech/RemoteTech.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"MAJOR":1,
1414
"MINOR":8,
1515
"PATCH":10,
16-
"BUILD":2
16+
"BUILD":3
1717
},
1818
"KSP_VERSION":{
1919
"MAJOR":1,

appveyor.yml

Lines changed: 1 addition & 1 deletion
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.2
16+
version: 1.8.10.3
1717

1818
# branches
1919
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.2")]
40+
[assembly: AssemblyFileVersion("1.8.10.3")]
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)