From c41209309e7ee6ffc79950556b7e21ef359daa3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Budziak?= Date: Sat, 23 Apr 2022 23:59:25 +0200 Subject: [PATCH] Version 3.19.0 --- confidential/.meta | 2 +- tests/Unit/Support/MetaTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */