You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: inc/config_defaults.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,7 @@
223
223
224
224
// system version: this must be increased for every release(-candidate)!
225
225
// IMPORTANT: please note that (for example) "0.3.0" is a HIGHER (!) version than "0.3.0.RC5".
226
-
$config['system']['version'] = '0.5.8'; // examples: '0.2.2' or '0.2.2.RC2' (see SystemVersion.php)
226
+
$config['system']['version'] = '0.5.9'; // examples: '0.2.2' or '0.2.2.RC2' (see SystemVersion.php)
227
227
228
228
// the version of the latest config style. Increase this for one if we need an update for the user's config.php (see also updates/config_update_steps.php)
229
229
$config['system']['latest_config_version'] = 2; // only increase for one!
0 commit comments