release: 2025.2.2 (#13554)

This commit is contained in:
Simonyi Gergő
2025-03-17 22:10:22 +01:00
committed by GitHub
parent 4e52fb7e52
commit 2e3624ea82
10 changed files with 11 additions and 11 deletions

View File

@ -3,7 +3,7 @@ export const SUCCESS_CLASS = "pf-m-success";
export const ERROR_CLASS = "pf-m-danger";
export const PROGRESS_CLASS = "pf-m-in-progress";
export const CURRENT_CLASS = "pf-m-current";
export const VERSION = "2025.2.1";
export const VERSION = "2025.2.2";
export const TITLE_DEFAULT = "authentik";
export const ROUTE_SEPARATOR = ";";