diff --git a/doc/changelog.rst b/doc/changelog.rst index a9043bf54cee11e936c2b77a8b9d8df09c5b0a7e..c39b3c5c7e2824abbf53e65fd7429b41303d3523 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -2.3.0 (2018-XX-XX) +2.3.0 (2018-04-20) ------------------ * added support for defining users provider as a service ID diff --git a/src/Silex/Application.php b/src/Silex/Application.php index 4c217908f405b196f3d00c6a755c5ff525192b15..62d947cb9b5411d58d2a8a0f511402aa0f83a510 100644 --- a/src/Silex/Application.php +++ b/src/Silex/Application.php @@ -41,7 +41,7 @@ use Silex\Provider\HttpKernelServiceProvider; */ class Application extends Container implements HttpKernelInterface, TerminableInterface { - const VERSION = '2.3.0-DEV'; + const VERSION = '2.3.0'; const EARLY_EVENT = 512; const LATE_EVENT = -512;