10000 updated VERSION for 2.1.13 · symfony/symfony@fc0a09a · GitHub
[go: up one dir, main page]

Skip to content

Commit fc0a09a

Browse files
committed
updated VERSION for 2.1.13
1 parent 7306194 commit fc0a09a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ abstract class Kernel implements KernelInterface, TerminableInterface
5858
protected $classes;
5959
protected $errorReportingLevel;
6060

61-
const VERSION = '2.1.12';
62-
const VERSION_ID = '20112';
61+
const VERSION = '2.1.13';
62+
const VERSION_ID = '20113';
6363
const MAJOR_VERSION = '2';
6464
const MINOR_VERSION = '1';
65-
const RELEASE_VERSION = '12';
65+
const RELEASE_VERSION = '13';
6666
const EXTRA_VERSION = '';
6767

6868
/**

0 commit comments

Comments
 (0)
0