MOBILE-4239 core: Update LMS versions
parent
250c6c1db8
commit
5f9b4c5218
|
@ -106,7 +106,8 @@ export class CoreSite {
|
||||||
'3.10': 2020110900,
|
'3.10': 2020110900,
|
||||||
'3.11': 2021051700,
|
'3.11': 2021051700,
|
||||||
'4.0': 2022041900,
|
'4.0': 2022041900,
|
||||||
'4.1': 2022111100, // @todo [4.1] replace with right value when released. Using a tmp value to be able to test new things.
|
'4.1': 2022112800,
|
||||||
|
'4.2': 2023011300, // @todo [4.2] replace with right value when released. Using a tmp value to be able to test new things.
|
||||||
};
|
};
|
||||||
|
|
||||||
// Possible cache update frequencies.
|
// Possible cache update frequencies.
|
||||||
|
|
Loading…
Reference in New Issue