Skip to content

Commit 87b2ea9

Browse files
committed
Prepare the 1.42.5 release
1 parent 953458b commit 87b2ea9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* 1.42.5 (2020-XX-XX)
1+
* 1.42.5 (2020-02-11)
22

33
* Fix implementation of case-insensitivity for method names
44

src/Environment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
*/
4242
class Environment
4343
{
44-
const VERSION = '1.42.5-DEV';
44+
const VERSION = '1.42.5';
4545
const VERSION_ID = 14205;
4646
const MAJOR_VERSION = 1;
4747
const MINOR_VERSION = 42;
4848
const RELEASE_VERSION = 5;
49-
const EXTRA_VERSION = 'DEV';
49+
const EXTRA_VERSION = '';
5050

5151
protected $charset;
5252
protected $loader;

0 commit comments

Comments
 (0)