MOBILE-4653 core: Add Moodle 5.0 temporary version
parent
4ac68c159d
commit
f169144b3a
|
@ -74,6 +74,7 @@ export class CoreAuthenticatedSite extends CoreUnauthenticatedSite {
|
|||
'4.3': 2023100900,
|
||||
'4.4': 2024042200,
|
||||
'4.5': 2024100700,
|
||||
'5.0': 2024100800, // @todo [5.0] 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