From 2c99070d89707a336b0a83aef77d336caaeca82e Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 17 Mar 2020 02:00:10 +0100 Subject: [PATCH] Set version to 0.0.0 --- lib/GHCup/Version.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GHCup/Version.hs b/lib/GHCup/Version.hs index a8f7d27..eb405be 100644 --- a/lib/GHCup/Version.hs +++ b/lib/GHCup/Version.hs @@ -8,4 +8,4 @@ import GHCup.Utils.Version.QQ import Data.Versions ghcUpVer :: PVP -ghcUpVer = [pver|0.1.0|] +ghcUpVer = [pver|0.0.0|]