Skip to content

Commit

Permalink
Version 3.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
budziam committed Aug 19, 2020
1 parent 94ec59e commit 9ec497f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/System/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class Application extends Container
{
const VERSION = "3.15.0";
const VERSION = "3.15.1";

/** @var array */
private $providers = [
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_ok()
{
$this->assertEquals("3.15.0", $this->app->version());
$this->assertEquals("3.15.1", $this->app->version());
}
}

0 comments on commit 9ec497f

Please sign in to comment.