Skip to content

Commit

Permalink
chore: Set version to 26.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anarsultanov authored and github-actions[bot] committed Jan 6, 2025
1 parent e7d6b89 commit f954fce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@
},
"info" : {
"title" : "Keycloak Multi-Tenancy",
"version" : "26.0.1"
"version" : "26.0.2"
},
"servers" : [ {
"url" : "{{keycloakUrl}}/auth/realms/{{realmName}}"
Expand Down
2 changes: 1 addition & 1 deletion docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,6 @@ paths:
description: Not Found
info:
title: Keycloak Multi-Tenancy
version: 26.0.1
version: 26.0.2
servers:
- url: "{{keycloakUrl}}/auth/realms/{{realmName}}"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.sultanov</groupId>
<artifactId>keycloak-multi-tenancy</artifactId>
<version>26.0.1</version>
<version>26.0.2</version>
<packaging>jar</packaging>

<name>Keycloak Multi-Tenancy</name>
Expand Down

0 comments on commit f954fce

Please sign in to comment.