Skip to content

Commit 4c445dc

Browse files
committed
Bumped version to 0.4.5
1 parent b215304 commit 4c445dc

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
@@ -209,7 +209,7 @@
209209

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

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

0 commit comments

Comments
 (0)