From 8dd252c774346ae8d48d16d46071ffb6b63be979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Budziak?= Date: Fri, 18 Feb 2022 09:26:42 +0100 Subject: [PATCH] Version 3.18.1 --- 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 0371f12f5..2cc021929 100644 --- a/confidential/.meta +++ b/confidential/.meta @@ -1,2 +1,2 @@ -VERSION=3.18.0 +VERSION=3.18.1 BUILD=dev diff --git a/tests/Unit/Support/MetaTest.php b/tests/Unit/Support/MetaTest.php index 526280b66..eae4b6ed3 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.0", $this->meta->getVersion()); + $this->assertEquals("3.18.1", $this->meta->getVersion()); } /** @test */