diff --git a/frontend/src/redux/operatorsReducer.ts b/frontend/src/redux/operatorsReducer.ts index 572fbcc..7ecaf21 100644 --- a/frontend/src/redux/operatorsReducer.ts +++ b/frontend/src/redux/operatorsReducer.ts @@ -22,7 +22,7 @@ const initialState: OperatorsReducersState = { fulfilled: false, operators: [], operator: {} as any, - olmVersion: '0.14.1', + olmVersion: '0.22.0', olmVersionUpdated: false };