Skip to content

Commit 71b1161

Browse files
author
Nate West
committed
KSP 1.9.1
1 parent 4e67d43 commit 71b1161

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
0 Bytes
Binary file not shown.

GameData/TimeControl/TimeControl.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
"VERSION": {
77
"MAJOR": 2,
88
"MINOR": 9,
9-
"PATCH": 7,
9+
"PATCH": 8,
1010
"BUILD": 0
1111
},
1212
"KSP_VERSION": {
1313
"MAJOR": 1,
14-
"MINOR": 8,
14+
"MINOR": 9,
1515
"PATCH": 1
1616
},
1717
"KSP_VERSION_MIN": {
1818
"MAJOR": 1,
19-
"MINOR": 8,
19+
"MINOR": 9,
2020
"PATCH": 1
2121
},
2222
"KSP_VERSION_MAX": {
2323
"MAJOR": 1,
24-
"MINOR": 8,
24+
"MINOR": 9,
2525
"PATCH": 1
2626
}
2727
}

TimeControl/AssemblyVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
using System.Reflection;
88

9-
[assembly: AssemblyVersion("2.9.7.0")]
9+
[assembly: AssemblyVersion("2.9.8.0")]

0 commit comments

Comments
 (0)