From 07cbce5a6f60577406126231fa5ddc88052a5fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Budziak?= Date: Wed, 11 Aug 2021 21:07:57 +0200 Subject: [PATCH] Version 3.17.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 9d48ac578..5e4468e21 100644 --- a/confidential/.meta +++ b/confidential/.meta @@ -1,2 +1,2 @@ -VERSION=3.16.3 +VERSION=3.17.0 BUILD=dev diff --git a/tests/Unit/Support/MetaTest.php b/tests/Unit/Support/MetaTest.php index 282ebe51b..dcf10a8d6 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.16.3", $this->meta->getVersion()); + $this->assertEquals("3.17.0", $this->meta->getVersion()); } /** @test */