MOBILE-4362 core: Declare 4.3 version placeholder
parent
fcf3911b08
commit
2b467c0a7f
|
@ -110,6 +110,7 @@ export class CoreSite {
|
|||
'4.0': 2022041900,
|
||||
'4.1': 2022112800,
|
||||
'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.
|
||||
};
|
||||
|
||||
// Possible cache update frequencies.
|
||||
|
|
Loading…
Reference in New Issue