Skip to content

Commit

Permalink
Version 3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
budziam committed Apr 23, 2022
1 parent b72442c commit c412093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion confidential/.meta
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION=3.18.1
VERSION=3.19.0
BUILD=dev
2 changes: 1 addition & 1 deletion tests/Unit/Support/MetaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ protected function setUp(): void
/** @test */
public function version_is_ok()
{
$this->assertEquals("3.18.1", $this->meta->getVersion());
$this->assertEquals("3.19.0", $this->meta->getVersion());
}

/** @test */
Expand Down

0 comments on commit c412093

Please sign in to comment.