bumped version

This commit is contained in:
Fabien Potencier 2019-04-17 18:44:12 +02:00
parent 4a80f8f471
commit 0578fdf038
1 changed files with 3 additions and 3 deletions

View File

@ -63,11 +63,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private $requestStackSize = 0;
private $resetServices = false;
const VERSION = '4.1.12';
const VERSION_ID = 40112;
const VERSION = '4.1.13';
const VERSION_ID = 40113;
const MAJOR_VERSION = 4;
const MINOR_VERSION = 1;
const RELEASE_VERSION = 12;
const RELEASE_VERSION = 13;
const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '01/2019';