From 6a9957ac031cc5576d4a043ef77c8cc31d2f597e Mon Sep 17 00:00:00 2001 From: xjm <xjm@65776.no-reply.drupal.org> Date: Wed, 1 Mar 2017 09:35:49 -0600 Subject: [PATCH] Drupal 8.3.0-rc1 --- 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 cf399ebbe704..711e5d0d408b 100644 --- a/core/lib/Drupal.php +++ b/core/lib/Drupal.php @@ -81,7 +81,7 @@ class Drupal { /** * The current system version. */ - const VERSION = '8.3.0-dev'; + const VERSION = '8.3.0-rc1'; /** * Core API compatibility. -- GitLab