We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d729bd7 commit c5ab709Copy full SHA for c5ab709
2 files changed
Dockerfile
@@ -186,7 +186,7 @@ LABEL name="Janssen Authorization Server" \
186
maintainer="Janssen Project <support@jans.io>" \
187
vendor="Janssen Project" \
188
version="1.0.0" \
189
- release="b5" \
+ release="b6" \
190
summary="Janssen Authorization Server" \
191
description="OAuth 2.0 server and client; OpenID Connect Provider (OP) & UMA Authorization Server (AS)"
192
__version__.py
@@ -3,5 +3,5 @@
3
https://www.apache.org/licenses/LICENSE-2.0
4
This is only used by Github actions: release.yaml workflow.
5
"""
6
-__version__ = "1.0.0_b5"
7
-__previous_version__ = "1.0.0_b4"
+__version__ = "1.0.0_b6"
+__previous_version__ = "1.0.0_b5"
0 commit comments