Skip to content

Commit 833127b

Browse files
authored
Merge pull request #158 from lamont-granquist/lcg/update-ksp-version
bump KSP version to 1.2.2
2 parents 3ee14c9 + c8cc87e commit 833127b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makeMeta.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ def error(self, message):
3838
"KSP_VERSION" :
3939
{
4040
"MAJOR" : 1,
41-
"MINOR" : 1,
42-
"PATCH" : 3
41+
"MINOR" : 2,
42+
"PATCH" : 2
4343
}
4444
}
4545
with open("TestFlight.version", "w") as f:

0 commit comments

Comments
 (0)