Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Commit

Permalink
bumped version to 1.2.3-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 26, 2014
1 parent 8c5e86e commit be10a76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/changelog.rst
@@ -1,6 +1,11 @@
Changelog
=========

1.2.3 (2014-XX-XX)
------------------

* n/a

1.2.2 (2014-09-26)
------------------

Expand Down
2 changes: 1 addition & 1 deletion src/Silex/Application.php
Expand Up @@ -42,7 +42,7 @@
*/
class Application extends \Pimple implements HttpKernelInterface, TerminableInterface
{
const VERSION = '1.2.2';
const VERSION = '1.2.3-DEV';

const EARLY_EVENT = 512;
const LATE_EVENT = -512;
Expand Down

0 comments on commit be10a76

Please sign in to comment.