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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@
209
209
210
210
// system version: this must be increased for every release(-candidate)!
211
211
// IMPORTANT: please note that (for example) "0.3.0" is a HIGHER (!) version than "0.3.0.RC5".
212
-
$config['system']['version'] = '0.4.4'; // examples: '0.2.2' or '0.2.2.RC2' (see SystemVersion.php)
212
+
$config['system']['version'] = '0.4.5'; // examples: '0.2.2' or '0.2.2.RC2' (see SystemVersion.php)
213
213
214
214
// 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)
215
215
$config['system']['latest_config_version'] = 2; // only increase for one!
0 commit comments