Skip to content

Commit 8a0b28e

Browse files
committed
MOBILE-4616 core: Set Moodle 4.5 release version
1 parent 8f6c1fd commit 8a0b28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/classes/sites/authenticated-site.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class CoreAuthenticatedSite extends CoreUnauthenticatedSite {
7373
'4.2': 2023042400,
7474
'4.3': 2023100900,
7575
'4.4': 2024042200,
76-
'4.5': 2024081600, // @TODO correct the final release date.
76+
'4.5': 2024100700,
7777
};
7878

7979
// Possible cache update frequencies.

0 commit comments

Comments
 (0)