Skip to content

Commit

Permalink
Version bump for patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscode committed Apr 22, 2020
1 parent 3af331e commit d448c1f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion system/ee/installer/controllers/wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
class Wizard extends CI_Controller {

public $version = '5.3.1'; // The version being installed
public $version = '5.3.2'; // The version being installed
public $installed_version = ''; // The version the user is currently running (assuming they are running EE)
public $schema = NULL; // This will contain the schema object with our queries
public $languages = array(); // Available languages the installer supports (set dynamically based on what is in the "languages" folder)
Expand Down
4 changes: 2 additions & 2 deletions system/ee/legacy/libraries/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ public function bootstrap()

// application constants
define('APP_NAME', 'ExpressionEngine');
define('APP_BUILD', '20200402');
define('APP_VER', '5.3.1');
define('APP_BUILD', '20200422');
define('APP_VER', '5.3.2');
define('APP_VER_ID', '');
define('SLASH', '/');
define('LD', '{');
Expand Down
2 changes: 1 addition & 1 deletion tests/circleci/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

$config['site_url'] = 'http://ee2.test:8080/';
$config['app_version'] = '5.3.1';
$config['app_version'] = '5.3.2';
$config['license_contact'] = '[email protected]';
$config['license_number'] = '1234-5678-9123-4567';
$config['debug'] = '1';
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

$config['base_url'] = 'http://localhost/';
$config['site_url'] = $config['base_url'];
$config['app_version'] = '5.3.1';
$config['app_version'] = '5.3.2';
$config['license_contact'] = '[email protected]';
$config['license_number'] = '1234-5678-9123-4567';
$config['debug'] = '1';
Expand Down

0 comments on commit d448c1f

Please sign in to comment.