update Content Patcher format version in schema

This commit is contained in:
Jesse Plamondon-Willard 2020-07-04 12:59:03 -04:00
parent 174f8cb24b
commit 623684a3ad
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@
"title": "Format version", "title": "Format version",
"description": "The format version. You should always use the latest version to enable the latest features and avoid obsolete behavior.", "description": "The format version. You should always use the latest version to enable the latest features and avoid obsolete behavior.",
"type": "string", "type": "string",
"const": "1.14.0", "const": "1.15.0",
"@errorMessages": { "@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": { "ConfigSchema": {