Skip to content

Commit

Permalink
Bumping version to '2.1.4 rc1'.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Mar 26, 2015
1 parent f8578a0 commit 77a066c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class Application extends Silex\Application

public function __construct(array $values = array())
{
$values['bolt_version'] = '2.1.3';
$values['bolt_name'] = 'pl1';
$values['bolt_version'] = '2.1.4';
$values['bolt_name'] = 'rc1';
$values['bolt_released'] = true; // `true` for stable releases, `false` for alpha, beta and RC.

parent::__construct($values);
Expand Down

0 comments on commit 77a066c

Please sign in to comment.