Skip to content

Commit

Permalink
Give the 2 back! (update meta gen)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jun 17, 2015
1 parent f495668 commit 85fd54e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makeMeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ def error(self, message):
"KSP_VERSION" :
{
"MAJOR" : 1,
"MINOR" : 0
"MINOR" : 0,
"PATCH" : 2
}
}
with open("RO.version", "w") as f:
Expand Down

0 comments on commit 85fd54e

Please sign in to comment.