Skip to content

Commit

Permalink
autogen: add v0.6.0-alpha.3 to version.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Apr 29, 2021
1 parent 434e3d2 commit 43eab1d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .schema/version.schema.json
Expand Up @@ -17,6 +17,20 @@
"$ref": "https://raw.githubusercontent.com/ory/keto/v0.6.0-alpha.1/internal/driver/config/config.schema.json"
}
]
},
{
"allOf": [
{
"properties": {
"version": {
"const": "v0.6.0-alpha.3"
}
}
},
{
"$ref": "https://raw.githubusercontent.com/ory/keto/v0.6.0-alpha.3/internal/driver/config/config.schema.json"
}
]
}
]
}

0 comments on commit 43eab1d

Please sign in to comment.