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
@@ -208,7 +208,7 @@
208
208
209
209
// system version: this must be increased for every release(-candidate)!
210
210
// IMPORTANT: please note that (for example) "0.3.0" is a HIGHER (!) version than "0.3.0.RC5".
211
-
$config['system']['version'] = '0.4.2'; // examples: '0.2.2' or '0.2.2.RC2' (see SystemVersion.php)
211
+
$config['system']['version'] = '0.4.3'; // examples: '0.2.2' or '0.2.2.RC2' (see SystemVersion.php)
212
212
213
213
// 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)
214
214
$config['system']['latest_config_version'] = 2; // only increase for one!
0 commit comments