From 202d91ef2b6814c5ae7bfd75171feceebec7d964 Mon Sep 17 00:00:00 2001 From: Harry Garrood Date: Tue, 26 May 2020 22:20:13 +0100 Subject: [PATCH] [#169] Do away with version numbers Resolves #169. --- trypurescript.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trypurescript.cabal b/trypurescript.cabal index d51a452b..e3225921 100644 --- a/trypurescript.cabal +++ b/trypurescript.cabal @@ -1,5 +1,5 @@ name: trypurescript -version: 0.13.6 +version: 1.0.0 cabal-version: >=1.8 build-type: Simple license: BSD3