8000 updated VERSION for 2.0.21 · ajbkr/symfony@792e602 · GitHub
[go: up one dir, main page]

Skip to content

Commit 792e602

Browse files
committed
updated VERSION for 2.0.21
1 parent c439df2 commit 792e602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ abstract class Kernel implements KernelInterface
6161
const MAJOR_VERSION = '2';
6262
const MINOR_VERSION = '0';
6363
const RELEASE_VERSION = '21';
64-
const EXTRA_VERSION = 'DEV';
64+
const EXTRA_VERSION = '';
6565

6666
/**
6767
* Constructor.

0 commit comments

Comments
 (0)
0