Skip to content

Commit

Permalink
Fixing version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Oct 29, 2014
1 parent 1db43f5 commit 9ae591c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Application extends Silex\Application
{
public function __construct(array $values = array())
{
$values['bolt_version'] = '2.0';
$values['bolt_version'] = '2.0.0';
$values['bolt_name'] = 'beta 2';

parent::__construct($values);
Expand Down

0 comments on commit 9ae591c

Please sign in to comment.