Skip to content

Commit

Permalink
Bumping version to "2.1.3 pl1"
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Mar 18, 2015
1 parent 1dcb788 commit 8671fd6
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.3';
$values['bolt_name'] = '';
$values['bolt_name'] = 'pl1';
$values['bolt_released'] = true; // `true` for stable releases, `false` for alpha, beta and RC.

parent::__construct($values);
Expand Down

0 comments on commit 8671fd6

Please sign in to comment.