diff --git a/GHC/Settings/Config.hs b/GHC/Settings/Config.hs
--- a/GHC/Settings/Config.hs
+++ b/GHC/Settings/Config.hs
@@ -22,7 +22,7 @@
 cProjectName          = "The Glorious Glasgow Haskell Compilation System"
 
 cBooterVersion        :: String
-cBooterVersion        = "9.2.6"
+cBooterVersion        = "9.4.4"
 
 cStage                :: String
 cStage                = show (2 :: Int)
diff --git a/ghc.cabal b/ghc.cabal
--- a/ghc.cabal
+++ b/ghc.cabal
@@ -3,7 +3,7 @@
 
 Cabal-Version: 1.22
 Name: ghc
-Version: 9.2.7
+Version: 9.2.8
 License: BSD3
 License-File: LICENSE
 Author: The GHC Team
@@ -71,9 +71,9 @@
                    hpc        == 0.6.*,
                    transformers == 0.5.*,
                    exceptions == 0.10.*,
-                   ghc-boot   == 9.2.7,
-                   ghc-heap   == 9.2.7,
-                   ghci == 9.2.7
+                   ghc-boot   == 9.2.8,
+                   ghc-heap   == 9.2.8,
+                   ghci == 9.2.8
 
     if os(windows)
         Build-Depends: Win32  >= 2.3 && < 2.13
