Browse Source

Merge pull request #31899 from thaJeztah/17.04-cherry-pick-31894

[17.04] cherry pick 31894 - Fix compose schema id for v3.2
Victor Vieux 8 years ago
parent
commit
9b80fad9b4

File diff suppressed because it is too large
+ 0 - 0
cli/compose/schema/bindata.go


+ 1 - 1
cli/compose/schema/data/config_schema_v3.2.json

@@ -1,6 +1,6 @@
 {
 {
   "$schema": "http://json-schema.org/draft-04/schema#",
   "$schema": "http://json-schema.org/draft-04/schema#",
-  "id": "config_schema_v3.1.json",
+  "id": "config_schema_v3.2.json",
   "type": "object",
   "type": "object",
   "required": ["version"],
   "required": ["version"],
 
 

Some files were not shown because too many files changed in this diff