web: fix mismatched version

This commit is contained in:
Jens Langhammer 2021-03-02 09:40:43 +01:00
parent 83cc5d24f2
commit 7ae9482e7b
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ 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 = "2021.2.5-stable";
export const VERSION = "2021.2.6-stable";