Skip to content

Commit 846b946

Browse files
committed
Bumped version to 0.5.9.
1 parent 1ab5a84 commit 846b946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/config_defaults.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223

224224
// system version: this must be increased for every release(-candidate)!
225225
// 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)
227227

228228
// 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)
229229
$config['system']['latest_config_version'] = 2; // only increase for one!

0 commit comments

Comments
 (0)