bump supported format version to < 4.0 : it will allow us to merge future 1.5 collections into the hub during the preview phase

This commit is contained in:
bui 2023-04-06 15:36:55 +02:00
parent 7fa469d0b0
commit e220c6d59e

View file

@ -30,8 +30,8 @@ var (
Tag string // = "dev"
GoVersion = runtime.Version()[2:] // = "1.13"
System = runtime.GOOS // = "linux"
Constraint_parser = ">= 1.0, <= 2.0"
Constraint_scenario = ">= 1.0, < 3.0"
Constraint_parser = ">= 1.0, < 4.0"
Constraint_scenario = ">= 1.0, < 4.0"
Constraint_api = "v1"
Constraint_acquis = ">= 1.0, < 2.0"
)