diff --git a/CHANGELOG b/CHANGELOG index 1f426c9f20d..e549c930723 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 1.42.5 (2020-XX-XX) +* 1.42.5 (2020-02-11) * Fix implementation of case-insensitivity for method names diff --git a/src/Environment.php b/src/Environment.php index 722e3e4417f..97fa4c4db94 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -41,12 +41,12 @@ */ class Environment { - const VERSION = '1.42.5-DEV'; + const VERSION = '1.42.5'; const VERSION_ID = 14205; const MAJOR_VERSION = 1; const MINOR_VERSION = 42; const RELEASE_VERSION = 5; - const EXTRA_VERSION = 'DEV'; + const EXTRA_VERSION = ''; protected $charset; protected $loader;