Skip to content

Commit 5d32a40

Browse files
committed
updated version to 3.2
1 parent 1117226 commit 5d32a40

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Kernel.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ abstract class Kernel implements KernelInterface, TerminableInterface
5959
protected $startTime;
6060
protected $loadClassCache;
6161

62-
const VERSION = '3.1.0-DEV';
63-
const VERSION_ID = 30100;
62+
const VERSION = '3.2.0-DEV';
63+
const VERSION_ID = 30200;
6464
const MAJOR_VERSION = 3;
65-
const MINOR_VERSION = 1;
65+
const MINOR_VERSION = 2;
6666
const RELEASE_VERSION = 0;
6767
const EXTRA_VERSION = 'DEV';
6868

69-
const END_OF_MAINTENANCE = '01/2017';
70-
const END_OF_LIFE = '07/2017';
69+
const END_OF_MAINTENANCE = '07/2017';
70+
const END_OF_LIFE = '01/2018';
7171

7272
/**
7373
* Constructor.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"minimum-stability": "dev",
6161
"extra": {
6262
"branch-alias": {
63-
"dev-master": "3.1-dev"
63+
"dev-master": "3.2-dev"
6464
}
6565
}
6666
}

0 commit comments

Comments
 (0)