Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
budziam committed Sep 9, 2018
1 parent 720bd4a commit 23da09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class Application extends Container
{
const VERSION = '3.5.0';
const VERSION = '3.5.1';

protected $providers = [
AppServiceProvider::class,
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Application/VersionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ class VersionTest extends TestCase
/** @test */
public function version_is_350()
{
$this->assertEquals('3.5.0', $this->app->version());
$this->assertEquals('3.5.1', $this->app->version());
}
}

0 comments on commit 23da09b

Please sign in to comment.