Skip to content

Commit 04e213b

Browse files
committed
Bumped Version to 0.4.3
1 parent ad82878 commit 04e213b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/config_defaults.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208

209209
// system version: this must be increased for every release(-candidate)!
210210
// 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)
212212

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

0 commit comments

Comments
 (0)