update Content Patcher format in schema

This commit is contained in:
Jesse Plamondon-Willard 2020-05-06 21:43:20 -04:00
parent 9728fe3f34
commit f9eebff332
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",
"description": "The format version. You should always use the latest version to enable the latest features and avoid obsolete behavior.",
"type": "string",
"const": "1.13.0",
"const": "1.14.0",
"@errorMessages": {
"const": "Incorrect value '@value'. This should be set to the latest format version, currently '1.13.0'."
"const": "Incorrect value '@value'. This should be set to the latest format version, currently '1.14.0'."
}
},
"ConfigSchema": {