Skip to content

Commit

Permalink
Preparing for v0.2.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Garcia <rj@bighead.net>
  • Loading branch information
ragboyjr committed Nov 28, 2016
1 parent dab6034 commit 7c266c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.1'
version = u'0.2'
# The full version, including alpha/beta/rc tags.
release = u'0.1'
release = u'0.2.0'

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

const VERSION = '0.2.0';

private $container;
private $frozen;

Expand Down

0 comments on commit 7c266c0

Please sign in to comment.