updated VERSION for 2.0.21

This commit is contained in:
Fabien Potencier 2012-12-21 11:11:18 +01:00
parent c439df2023
commit 792e602cce
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ abstract class Kernel implements KernelInterface
const MAJOR_VERSION = '2';
const MINOR_VERSION = '0';
const RELEASE_VERSION = '21';
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
/**
* Constructor.