Skip to content

Commit

Permalink
autogen: add v0.8.0-alpha.3 to version.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 28, 2021
1 parent 2b7cd12 commit 54513cd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .schema/version.schema.json
Expand Up @@ -283,6 +283,20 @@
"$ref": "https://raw.githubusercontent.com/ory/kratos/v0.8.0-alpha.2/embedx/config.schema.json"
}
]
},
{
"allOf": [
{
"properties": {
"version": {
"const": "v0.8.0-alpha.3"
}
}
},
{
"$ref": "https://raw.githubusercontent.com/ory/kratos/v0.8.0-alpha.3/embedx/config.schema.json"
}
]
}
]
}

0 comments on commit 54513cd

Please sign in to comment.