Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import qualified Development.GitRev as GitRev
-- prerelease identifier here (if any). When releasing a proper version, simply
-- set this to an empty string.
Comment thread
JordanMartinez marked this conversation as resolved.
prerelease :: String
prerelease = ""
prerelease = "-alpha-01"

versionString :: String
versionString = showVersion Paths.version ++ prerelease ++ extra
Expand Down
2 changes: 1 addition & 1 deletion purescript.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 2.4

name: purescript
-- note: When updating the prerelease identifier, update it in app/Version.hs too!
version: 0.14.7
version: 0.15.0-alpha-01
synopsis: PureScript Programming Language Compiler
description: A small strongly, statically typed programming language with expressive types, inspired by Haskell and compiling to JavaScript.
category: Language
Expand Down