MOBILE-4362 core: Set right version for LMS 4.3 release

main
Dani Palou 2023-10-05 17:00:31 +02:00
parent 77bd638fb1
commit 5e669f1689
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ export class CoreSite {
'4.0': 2022041900, '4.0': 2022041900,
'4.1': 2022112800, '4.1': 2022112800,
'4.2': 2023042400, '4.2': 2023042400,
'4.3': 2024000000, // @todo [4.3] replace with right value when released. Using a tmp value to be able to test new things. '4.3': 2023100900,
}; };
// Possible cache update frequencies. // Possible cache update frequencies.