From 5635f6cc4e7a1da08551dd52dd83c3847236742c Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 15 Apr 2020 00:25:34 +0200 Subject: [PATCH] Bump version --- 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 f1a1daa..50f45f1 100644 --- a/lib/GHCup/Version.hs +++ b/lib/GHCup/Version.hs @@ -14,4 +14,4 @@ ghcupURL :: URI ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.1.json|] ghcUpVer :: PVP -ghcUpVer = [pver|0.1.0|] +ghcUpVer = [pver|0.1.1|]