Skip to content

Commit

Permalink
Version 3.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
budziam committed Feb 18, 2022
1 parent dc648c0 commit 8dd252c
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.0
VERSION=3.18.1
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.0", $this->meta->getVersion());
$this->assertEquals("3.18.1", $this->meta->getVersion());
}

/** @test */
Expand Down

0 comments on commit 8dd252c

Please sign in to comment.