Skip to content

Commit

Permalink
Bumping version to "2.1.2" final
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Mar 16, 2015
1 parent 388af21 commit e03e2b2
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 @@ -29,7 +29,7 @@ class Application extends Silex\Application
public function __construct(array $values = array())
{
$values['bolt_version'] = '2.1.2';
$values['bolt_name'] = 'beta';
$values['bolt_name'] = '';
$values['bolt_released'] = true; // `true` for stable releases, `false` for alpha, beta and RC.

parent::__construct($values);
Expand Down

0 comments on commit e03e2b2

Please sign in to comment.