diff --git a/CarpHask.cabal b/CarpHask.cabal
index 314f6da09..85c4b6cf3 100644
--- a/CarpHask.cabal
+++ b/CarpHask.cabal
@@ -1,5 +1,5 @@
name: CarpHask
-version: 0.3.0.0
+version: 0.4.0.0
-- synopsis:
-- description:
homepage: https://github.com/eriksvedang/Carp
diff --git a/README.md b/README.md
index 84e2cf803..750f0d1ab 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
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!
-[Version 0.4.0 of the language is out!](https://github.com/carp-lang/Carp/releases/)
+[Version 0.4 is out!](https://github.com/carp-lang/Carp/releases/)
## About
diff --git a/app/Main.hs b/app/Main.hs
index c8437eca6..aced1f121 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -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