Skip to content

Commit cd88321

Browse files
anarsultanovgithub-actions[bot]
authored andcommitted
chore: Set version to 26.0.1
1 parent bfcb082 commit cd88321

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/openapi.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@
549549
},
550550
"info" : {
551551
"title" : "Keycloak Multi-Tenancy",
552-
"version" : "26.0.0"
552+
"version" : "26.0.1"
553553
},
554554
"servers" : [ {
555555
"url" : "{{keycloakUrl}}/auth/realms/{{realmName}}"

docs/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,6 @@ paths:
379379
description: Not Found
380380
info:
381381
title: Keycloak Multi-Tenancy
382-
version: 26.0.0
382+
version: 26.0.1
383383
servers:
384384
- url: "{{keycloakUrl}}/auth/realms/{{realmName}}"

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>dev.sultanov</groupId>
66
<artifactId>keycloak-multi-tenancy</artifactId>
7-
<version>26.0.0</version>
7+
<version>26.0.1</version>
88
<packaging>jar</packaging>
99

1010
<name>Keycloak Multi-Tenancy</name>

0 commit comments

Comments
 (0)