From 30cbe38b4aa94cbcf24e45f1b04afc754c03a4ce Mon Sep 17 00:00:00 2001 From: Lee Rowlands <lee.rowlands@previousnext.com.au> Date: Tue, 25 May 2021 19:18:14 +1000 Subject: [PATCH] Back to dev. --- core/lib/Drupal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php index caffb906183e..3863e7e07774 100644 --- a/core/lib/Drupal.php +++ b/core/lib/Drupal.php @@ -80,7 +80,7 @@ class Drupal { /** * The current system version. */ - const VERSION = '9.0.14-dev'; + const VERSION = '9.0.15-dev'; /** * Core API compatibility. -- GitLab