Skip to content

Commit

Permalink
Prepare the 2.14.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 5, 2021
1 parent 33a9f2e commit 8bc568d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 2.14.2 (2021-XX-XX)
# 2.14.3 (2021-01-05)

* Fix extra bundle compat with older versions of Symfony

# 2.14.2 (2021-01-05)

* Fix "odd" not working for negative numbers

Expand Down
6 changes: 3 additions & 3 deletions src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
*/
class Environment
{
const VERSION = '2.14.2';
const VERSION_ID = 21402;
const VERSION = '2.14.3';
const VERSION_ID = 21403;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 14;
const RELEASE_VERSION = 2;
const RELEASE_VERSION = 3;
const EXTRA_VERSION = '';

private $charset;
Expand Down

0 comments on commit 8bc568d

Please sign in to comment.