diff --git a/lib/GHCup/Version.hs b/lib/GHCup/Version.hs
index f0eb49424532a263b6fcc533276a964867270b37..c1dee51fa46ae4a2e3eab5934dc16fd09c18e6a0 100644
--- a/lib/GHCup/Version.hs
+++ b/lib/GHCup/Version.hs
@@ -22,7 +22,7 @@ import qualified Data.Text                     as T
 
 -- | This reflects the API version of the YAML.
 ghcupURL :: URI
-ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.2.yaml|]
+ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.3.yaml|]
 
 -- | The current ghcup version.
 ghcUpVer :: PVP