From 2195017fd64904cc910e15a86b75a7d9e9b71bcd Mon Sep 17 00:00:00 2001 From: Bob den Otter Date: Wed, 29 Apr 2020 15:51:09 +0200 Subject: [PATCH] Release 4.0.0-RC.18 --- src/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.php b/src/Version.php index 7ab75b7ae..362d6933f 100644 --- a/src/Version.php +++ b/src/Version.php @@ -21,7 +21,7 @@ final class Version * Stable — 3.0.0 * Development — 3.1.0 alpha 1 */ - public const VERSION = '4.0.0 RC 17'; + public const VERSION = '4.0.0 RC 18'; public const CODENAME = 'Getting closer to a stable release (just a few more RC\'s to iron out the kinks)'; /**