root: fix mismatched version in openapi schema

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-06-29 16:34:42 +02:00
parent 680b182d95
commit 014d93d485
2 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,8 @@ values =
[bumpversion:file:docker-compose.yml]
[bumpversion:file:schema.yml]
[bumpversion:file:.github/workflows/release.yml]
[bumpversion:file:authentik/__init__.py]

View File

@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: authentik
version: 2021.6.2
version: 2021.6.3
description: Making authentication simple.
contact:
email: hello@beryju.org