Skip to content

Commit

Permalink
Fix version regex
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 5, 2023
1 parent 71d4e4a commit 7cd003e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrisomatic/spec/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

schema = Map(
{
Optional("version", default="1.2"): Regex(r"^1\.1$"),
Optional("version", default="1.2"): Regex(r"^1\.2$"),
"on": Map(
{
"cube_url": api_url,
Expand Down

0 comments on commit 7cd003e

Please sign in to comment.