Skip to content

Commit

Permalink
Version 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
budziam committed Aug 11, 2021
1 parent 7d723d7 commit 07cbce5
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.16.3
VERSION=3.17.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.16.3", $this->meta->getVersion());
$this->assertEquals("3.17.0", $this->meta->getVersion());
}

/** @test */
Expand Down

0 comments on commit 07cbce5

Please sign in to comment.