Skip to content

Commit

Permalink
Bumped version to 0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtronics committed Dec 18, 2022
1 parent 60776e5 commit 5be8f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/config_defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@

// system version: this must be increased for every release(-candidate)!
// IMPORTANT: please note that (for example) "0.3.0" is a HIGHER (!) version than "0.3.0.RC5".
$config['system']['version'] = '0.5.12'; // examples: '0.2.2' or '0.2.2.RC2' (see SystemVersion.php)
$config['system']['version'] = '0.5.13'; // examples: '0.2.2' or '0.2.2.RC2' (see SystemVersion.php)

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

0 comments on commit 5be8f5f

Please sign in to comment.