root: Backport version 2025.2 (#13225)

* release: 2025.2.0-rc1

* release: 2025.2.0-rc2

* release: 2025.2.0-rc3

* release: 2025.2.0
This commit is contained in:
Jens L.
2025-02-24 18:35:13 +01:00
committed by GitHub
parent 93b93517be
commit 2b39748c84
10 changed files with 13 additions and 13 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 = "2024.12.3";
export const VERSION = "2025.2.0";
export const TITLE_DEFAULT = "authentik";
export const ROUTE_SEPARATOR = ";";