Skip to content

Commit 91652df

Browse files
authored
Merge pull request #186 from jo-mueller/allow-06
fix: allow 0.6 as version in 0.6rcX
2 parents 49edb3f + d4b2c1d commit 91652df

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

schemas/_version.schema

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"description": "OME-Zarr version.",
66
"type": "string",
77
"enum": [
8-
"0.6rc0"
8+
"0.6rc0",
9+
"0.6"
910
]
1011
}

0 commit comments

Comments
 (0)