diff --git a/seihou-okf-extension.cabal b/seihou-okf-extension.cabal
--- a/seihou-okf-extension.cabal
+++ b/seihou-okf-extension.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: seihou-okf-extension
-version: 0.6.0.0
+version: 0.7.0.0
 synopsis: OKF documentation extension for Seihou registries
 description:
   External Seihou extension executable for generating OKF documentation bundles
@@ -48,7 +48,7 @@
     lens >=5.2 && <6,
     okf-core ^>=0.1.2.0,
     optparse-applicative >=0.18 && <1,
-    seihou-core ^>=0.6.0.0,
+    seihou-core ^>=0.7.0.0,
     text >=2.0 && <3,
 
 executable seihou-okf-extension
@@ -97,7 +97,7 @@
     hspec >=2.11 && <3,
     lens >=5.2 && <6,
     okf-core ^>=0.1.2.0,
-    seihou-core ^>=0.6.0.0,
+    seihou-core ^>=0.7.0.0,
     seihou-okf-extension-internal,
     tasty >=1.4 && <2,
     tasty-hspec >=1.2 && <2,
diff --git a/test/Seihou/OKF/Docs/RenderSpec.hs b/test/Seihou/OKF/Docs/RenderSpec.hs
--- a/test/Seihou/OKF/Docs/RenderSpec.hs
+++ b/test/Seihou/OKF/Docs/RenderSpec.hs
@@ -182,7 +182,8 @@
               allowedTools = Nothing,
               tags = ["blueprint"],
               migrations = [],
-              launch = Nothing
+              launch = Nothing,
+              versionProbe = Nothing
             },
       moduleRefs = [ModuleRef "base" True]
     }
