Skip to content

Commit

Permalink
Update version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Svedang authored and Erik Svedang committed Nov 16, 2020
1 parent 0faf864 commit 1bfde68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CarpHask.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CarpHask
version: 0.3.0.0
version: 0.4.0.0
-- synopsis:
-- description:
homepage: https://github.com/eriksvedang/Carp
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<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>

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

## About

Expand Down
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ main = do setLocaleEncoding utf8
>>= load argFilesToLoad
>>= execStrs "Postload" postloads
>>= \ctx -> case execMode of
Repl -> do putStrLn "Welcome to Carp 0.3.0"
Repl -> do putStrLn "Welcome to Carp 0.4.x"
putStrLn "This is free software with ABSOLUTELY NO WARRANTY."
putStrLn "Evaluate (help) for more information."
snd <$> runRepl ctx
Expand Down

0 comments on commit 1bfde68

Please sign in to comment.