web: fix mismatched version
This commit is contained in:
parent
83cc5d24f2
commit
7ae9482e7b
|
@ -3,4 +3,4 @@ export const SUCCESS_CLASS = "pf-m-success";
|
||||||
export const ERROR_CLASS = "pf-m-danger";
|
export const ERROR_CLASS = "pf-m-danger";
|
||||||
export const PROGRESS_CLASS = "pf-m-in-progress";
|
export const PROGRESS_CLASS = "pf-m-in-progress";
|
||||||
export const CURRENT_CLASS = "pf-m-current";
|
export const CURRENT_CLASS = "pf-m-current";
|
||||||
export const VERSION = "2021.2.5-stable";
|
export const VERSION = "2021.2.6-stable";
|
||||||
|
|
Reference in New Issue