Skip to content

Commit

Permalink
autogen: add v0.5.3-alpha.1 to version.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 27, 2020
1 parent 1829042 commit 5ea97df
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .schema/version.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,20 @@
"$ref": "https://raw.githubusercontent.com/ory/kratos/v0.5.3-alpha.1.pre.0/.schema/config.schema.json"
}
]
},
{
"allOf": [
{
"properties": {
"version": {
"const": "v0.5.3-alpha.1"
}
}
},
{
"$ref": "https://raw.githubusercontent.com/ory/kratos/v0.5.3-alpha.1/.schema/config.schema.json"
}
]
}
]
}

0 comments on commit 5ea97df

Please sign in to comment.