Skip to content

Commit

Permalink
Revert version
Browse files Browse the repository at this point in the history
  • Loading branch information
budziam committed May 22, 2020
1 parent 32a6165 commit 7fcfa41
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.14.1";
const VERSION = "3.14.0";

/** @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.14.1", $this->app->version());
$this->assertEquals("3.14.0", $this->app->version());
}
}

0 comments on commit 7fcfa41

Please sign in to comment.