Skip to content

Commit 1bfde68

Browse files
Erik SvedangErik Svedang
authored andcommitted
Update version numbers.
1 parent 0faf864 commit 1bfde68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.3.0.0
2+
version: 0.4.0.0
33
-- synopsis:
44
-- description:
55
homepage: https://github.com/eriksvedang/Carp

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<i>WARNING! This is a research project and a lot of information here might become outdated and misleading without any explanation. Don't use it for anything important just yet!</i>
1111

12-
<i>[Version 0.4.0 of the language is out!](https://github.com/carp-lang/Carp/releases/)</i>
12+
<i>[Version 0.4 is out!](https://github.com/carp-lang/Carp/releases/)</i>
1313

1414
## About
1515

app/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ main = do setLocaleEncoding utf8
127127
>>= load argFilesToLoad
128128
>>= execStrs "Postload" postloads
129129
>>= \ctx -> case execMode of
130-
Repl -> do putStrLn "Welcome to Carp 0.3.0"
130+
Repl -> do putStrLn "Welcome to Carp 0.4.x"
131131
putStrLn "This is free software with ABSOLUTELY NO WARRANTY."
132132
putStrLn "Evaluate (help) for more information."
133133
snd <$> runRepl ctx

0 commit comments

Comments
 (0)