json: Increment JSON plan format version
The JSON plan configuration data now includes a `full_name` field for providers. This addition warrants a backwards compatible increment to the version number.
This commit is contained in:
parent
ddc81a204f
commit
fe8183c4af
|
@ -22,7 +22,7 @@ import (
|
||||||
// FormatVersion represents the version of the json format and will be
|
// FormatVersion represents the version of the json format and will be
|
||||||
// incremented for any change to this format that requires changes to a
|
// incremented for any change to this format that requires changes to a
|
||||||
// consuming parser.
|
// consuming parser.
|
||||||
const FormatVersion = "1.0"
|
const FormatVersion = "1.1"
|
||||||
|
|
||||||
// Plan is the top-level representation of the json format of a plan. It includes
|
// Plan is the top-level representation of the json format of a plan. It includes
|
||||||
// the complete config and current state.
|
// the complete config and current state.
|
||||||
|
|
Loading…
Reference in New Issue