Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 0a88b04

Browse files
committed
Bump the version number.
1 parent a236ea3 commit 0a88b04

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

composer.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

system/config/constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Core version
1414
*/
1515
define('VERSION', '3.5');
16-
define('BUILD', '30');
16+
define('BUILD', '31');
1717
define('LONG_TERM_SUPPORT', true);
1818

1919

system/modules/repository/classes/RepositorySettings.php

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
// valid core versions in descending order
1919
define('REPOSITORY_COREVERSIONS',
20+
'30050319,30050319;'. // 3.5.31
2021
'30050309,30050309;'. // 3.5.30
2122
'30050299,30050299;'. // 3.5.29
2223
'30050289,30050289;'. // 3.5.28

0 commit comments

Comments
 (0)