Skip to content

Commit

Permalink
update scenarios and parsers constraints (#2663)
Browse files Browse the repository at this point in the history
  • Loading branch information
blotus committed Dec 14, 2023
1 parent a851e14 commit 9b07e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cwversion/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ var (
)

const (
Constraint_parser = ">= 1.0, <= 2.0"
Constraint_scenario = ">= 1.0, < 3.0"
Constraint_parser = ">= 1.0, <= 3.0"
Constraint_scenario = ">= 1.0, <= 3.0"
Constraint_api = "v1"
Constraint_acquis = ">= 1.0, < 2.0"
)
Expand Down

0 comments on commit 9b07e1f

Please sign in to comment.