Skip to content

Commit 9dac63a

Browse files
committed
update schema version regex for 1.2.x
1 parent 024d553 commit 9dac63a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schema/templates/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@
706706
"examples": [
707707
"1.0.0"
708708
],
709-
"pattern": "^1\\.0\\.[0-9]+$"
709+
"pattern": "^1\\.2\\.[0-9]+$"
710710
}
711711
}
712712
}

0 commit comments

Comments
 (0)