From 3df707c3043ab14a141e45cdce6b175e431cfdeb Mon Sep 17 00:00:00 2001 From: NathanKell Date: Thu, 9 Sep 2021 18:27:06 -0700 Subject: [PATCH] Prep for v1.8.3. Per testing, close #2 --- GameData/KerbalKonstructs/KerbalKonstructs.version | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/GameData/KerbalKonstructs/KerbalKonstructs.version b/GameData/KerbalKonstructs/KerbalKonstructs.version index 5ad60114..8b6693cd 100644 --- a/GameData/KerbalKonstructs/KerbalKonstructs.version +++ b/GameData/KerbalKonstructs/KerbalKonstructs.version @@ -6,8 +6,8 @@ { "MAJOR":1, "MINOR":8, - "PATCH":2, - "BUILD":1 + "PATCH":3, + "BUILD":0 }, "KSP_VERSION": { @@ -15,10 +15,16 @@ "MINOR":10, "PATCH":1 }, - "KSP_VERSION_MIN": + "KSP_VERSION_MIN": { "MAJOR":1, "MINOR":8, "PATCH":1 + }, + "KSP_VERSION_MAX": + { + "MAJOR":1, + "MINOR":12, + "PATCH":99 } }