Skip to content

Commit 3b06600

Browse files
committed
Prepare the 3.11.3 release
1 parent dbd734a commit 3b06600

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Environment.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
*/
4444
class Environment
4545
{
46-
public const VERSION = '3.11.2';
47-
public const VERSION_ID = 301102;
46+
public const VERSION = '3.11.3';
47+
public const VERSION_ID = 301103;
4848
public const MAJOR_VERSION = 4;
4949
public const MINOR_VERSION = 11;
50-
public const RELEASE_VERSION = 2;
50+
public const RELEASE_VERSION = 3;
5151
public const EXTRA_VERSION = '';
5252

5353
private $charset;

0 commit comments

Comments
 (0)