Skip to content

Commit 5282283

Browse files
committed
build: Release v0.5.0
1 parent ce69cec commit 5282283

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CarpHask.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CarpHask
2-
version: 0.4.2.0
2+
version: 0.5.0.0
33
-- synopsis:
44
-- description:
55
homepage: https://github.com/eriksvedang/Carp

app/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ main = do
143143
>>= execStrs "Postload" postloads
144144
>>= \ctx -> case execMode of
145145
Repl -> do
146-
putStrLn "Welcome to Carp 0.4.2"
146+
putStrLn "Welcome to Carp 0.5.0"
147147
putStrLn "This is free software with ABSOLUTELY NO WARRANTY."
148148
putStrLn "Evaluate (help) for more information."
149149
snd <$> runRepl ctx

0 commit comments

Comments
 (0)