From 70378b5c5dd7c99f56f7e3f36cffcd33d46644c6 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Wed, 29 Apr 2015 14:28:43 +0100 Subject: [PATCH] 8.0.0-beta10 --- 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 f9496696952b..92d4873aa96a 100644 --- a/core/lib/Drupal.php +++ b/core/lib/Drupal.php @@ -81,7 +81,7 @@ class Drupal { /** * The current system version. */ - const VERSION = '8.0.0-dev'; + const VERSION = '8.0.0-beta10'; /** * Core API compatibility.