We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953458b commit 87b2ea9Copy full SHA for 87b2ea9
CHANGELOG
@@ -1,4 +1,4 @@
1
-* 1.42.5 (2020-XX-XX)
+* 1.42.5 (2020-02-11)
2
3
* Fix implementation of case-insensitivity for method names
4
src/Environment.php
@@ -41,12 +41,12 @@
41
*/
42
class Environment
43
{
44
- const VERSION = '1.42.5-DEV';
+ const VERSION = '1.42.5';
45
const VERSION_ID = 14205;
46
const MAJOR_VERSION = 1;
47
const MINOR_VERSION = 42;
48
const RELEASE_VERSION = 5;
49
- const EXTRA_VERSION = 'DEV';
+ const EXTRA_VERSION = '';
50
51
protected $charset;
52
protected $loader;
0 commit comments