diff --git a/composer.json b/composer.json
index b9536cfe35c6e64368fb084cf6253316f9150134..97c131f9c4e19d4eaf12c27b32367fa40b302714 100644
--- a/composer.json
+++ b/composer.json
@@ -8,7 +8,7 @@
         "wikimedia/composer-merge-plugin": "^1.4"
     },
     "replace": {
-        "drupal/core": "^8.4"
+        "drupal/core": "^8.5"
     },
     "minimum-stability": "dev",
     "prefer-stable": true,
diff --git a/composer.lock b/composer.lock
index 6622a70a91f068a4dd2564a8ccccd53aab0440fe..310254b2e0ee9c109817f8dff1978a2ceeb9a72b 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "content-hash": "bec46eaaa9fa07a4cbd8c84302f0d275",
+    "content-hash": "97de1708c79f6205a295cfc9808c0c72",
     "packages": [
         {
             "name": "asm89/stack-cors",
diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php
index 1acfc12e9a6bb277f812312e0cbb02967cec36dc..07dc12f1f3149a00825a8629c152334683f8b584 100644
--- a/core/lib/Drupal.php
+++ b/core/lib/Drupal.php
@@ -81,7 +81,7 @@ class Drupal {
   /**
    * The current system version.
    */
-  const VERSION = '8.4.0-dev';
+  const VERSION = '8.5.0-dev';
 
   /**
    * Core API compatibility.