Skip to content

Commit c5ab709

Browse files
authored
chore: bump version to 1.0.0_b6 (#24)
1 parent d729bd7 commit c5ab709

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ LABEL name="Janssen Authorization Server" \
186186
maintainer="Janssen Project <support@jans.io>" \
187187
vendor="Janssen Project" \
188188
version="1.0.0" \
189-
release="b5" \
189+
release="b6" \
190190
summary="Janssen Authorization Server" \
191191
description="OAuth 2.0 server and client; OpenID Connect Provider (OP) & UMA Authorization Server (AS)"
192192

__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
https://www.apache.org/licenses/LICENSE-2.0
44
This is only used by Github actions: release.yaml workflow.
55
"""
6-
__version__ = "1.0.0_b5"
7-
__previous_version__ = "1.0.0_b4"
6+
__version__ = "1.0.0_b6"
7+
__previous_version__ = "1.0.0_b5"

0 commit comments

Comments
 (0)