diff --git a/src/Yi/Boot/Internal.hs b/src/Yi/Boot/Internal.hs
--- a/src/Yi/Boot/Internal.hs
+++ b/src/Yi/Boot/Internal.hs
@@ -26,5 +26,5 @@
 reload :: YiM ()
 reload = do
   editor <- withEditor get
-  withUI (`end` False)
+  withUI (`end` Nothing)
   liftBase $ relaunchWithBinaryState (Just editor) Nothing
diff --git a/yi-dynamic-configuration.cabal b/yi-dynamic-configuration.cabal
--- a/yi-dynamic-configuration.cabal
+++ b/yi-dynamic-configuration.cabal
@@ -1,9 +1,9 @@
--- This file has been generated from package.yaml by hpack version 0.17.0.
+-- This file has been generated from package.yaml by hpack version 0.17.1.
 --
 -- see: https://github.com/sol/hpack
 
 name:           yi-dynamic-configuration
-version:        0.14.1
+version:        0.15.0
 synopsis:       Dynamic configuration support for Yi
 category:       Yi
 homepage:       https://github.com/yi-editor/yi#readme
@@ -23,7 +23,7 @@
   build-depends:
       base >= 4.8 && < 5
     , dyre >= 0.8.11
-    , yi-core >= 0.14.1
+    , yi-core >= 0.15.0
     , transformers-base
     , mtl >= 0.1.0.1
     , microlens-platform
