Skip to content

Commit

Permalink
Preparing for 0.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Garcia <rj@bighead.net>
  • Loading branch information
ragboyjr committed Dec 5, 2016
1 parent f5a2e26 commit 24e3ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = u'0.2'
# The full version, including alpha/beta/rc tags.
release = u'0.2.0'
release = u'0.2.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class App implements \ArrayAccess, EventEmitterInterface
{
use RouteMatch;

const VERSION = '0.2.4-dev';
const VERSION = '0.2.4';

private $container;
private $frozen;
Expand Down

0 comments on commit 24e3ddd

Please sign in to comment.