diff --git a/src/SMAPI.Web/wwwroot/schemas/content-patcher.json b/src/SMAPI.Web/wwwroot/schemas/content-patcher.json index 726b50be..6e8a4e52 100644 --- a/src/SMAPI.Web/wwwroot/schemas/content-patcher.json +++ b/src/SMAPI.Web/wwwroot/schemas/content-patcher.json @@ -11,9 +11,9 @@ "title": "Format version", "description": "The format version. You should always use the latest version to enable the latest features and avoid obsolete behavior.", "type": "string", - "const": "1.14.0", + "const": "1.15.0", "@errorMessages": { - "const": "Incorrect value '@value'. This should be set to the latest format version, currently '1.14.0'." + "const": "Incorrect value '@value'. This should be set to the latest format version, currently '1.15.0'." } }, "ConfigSchema": {