Skip to content

Commit

Permalink
prepared the 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 20, 2018
1 parent 6a9ce90 commit 6bc31c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Silex/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*/
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;
Expand Down

0 comments on commit 6bc31c1

Please sign in to comment.