Skip to content

Commit

Permalink
bumped version to 1.3.6-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 6, 2016
1 parent 374c7e0 commit 722d249
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.3.6 (2016-XX-XX)
------------------

* n/a

1.3.5 (2016-01-06)
------------------

Expand Down
2 changes: 1 addition & 1 deletion src/Silex/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*/
class Application extends \Pimple implements HttpKernelInterface, TerminableInterface
{
const VERSION = '1.3.5';
const VERSION = '1.3.6-DEV';

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

0 comments on commit 722d249

Please sign in to comment.