From 014d93d485b1cd3de9a26be0969435f5b0d83314 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 29 Jun 2021 16:34:42 +0200 Subject: [PATCH] root: fix mismatched version in openapi schema Signed-off-by: Jens Langhammer --- .bumpversion.cfg | 2 ++ schema.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 38637436f..de213374f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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] diff --git a/schema.yml b/schema.yml index 026a7f49a..f7f9273e3 100644 --- a/schema.yml +++ b/schema.yml @@ -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