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 41a7988 commit 2d5b396Copy full SHA for 2d5b396
1 file changed
src/Environment.php
@@ -44,12 +44,12 @@
44
*/
45
class Environment
46
{
47
- public const VERSION = '3.15.0-DEV';
+ public const VERSION = '3.15.0';
48
public const VERSION_ID = 31500;
49
public const MAJOR_VERSION = 3;
50
public const MINOR_VERSION = 15;
51
public const RELEASE_VERSION = 0;
52
- public const EXTRA_VERSION = 'DEV';
+ public const EXTRA_VERSION = '';
53
54
private $charset;
55
private $loader;
0 commit comments