diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php index 4020f7cb7570..883527f30435 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.1.0-dev'; /** * Core API compatibility. diff --git a/core/modules/update/src/Tests/UpdateCoreTest.php b/core/modules/update/src/Tests/UpdateCoreTest.php index b105780a8272..d76cfeda52f9 100644 --- a/core/modules/update/src/Tests/UpdateCoreTest.php +++ b/core/modules/update/src/Tests/UpdateCoreTest.php @@ -176,7 +176,7 @@ class UpdateCoreTest extends UpdateTestBase { $system_info = array( '#all' => array( // We need to think we're running a -dev snapshot to see dates. - 'version' => '8.0.0-dev', + 'version' => '8.1.0-dev', 'datestamp' => time(), ), 'block' => array(