diff --git a/confidential/.meta b/confidential/.meta index 2cc021929..c22f55afb 100644 --- a/confidential/.meta +++ b/confidential/.meta @@ -1,2 +1,2 @@ -VERSION=3.18.1 +VERSION=3.19.0 BUILD=dev diff --git a/tests/Unit/Support/MetaTest.php b/tests/Unit/Support/MetaTest.php index eae4b6ed3..18e67de4c 100644 --- a/tests/Unit/Support/MetaTest.php +++ b/tests/Unit/Support/MetaTest.php @@ -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 */