diff --git a/lib/GHCup/Version.hs b/lib/GHCup/Version.hs index f0eb494..c1dee51 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