diff --git a/executable/Main.hs b/executable/Main.hs
--- a/executable/Main.hs
+++ b/executable/Main.hs
@@ -193,8 +193,8 @@
   name <- projectName
   dir  <- projectDir
   out <- gets $ projOutDir . fromJust . kibProject
-  main <- gets $ projMainIs . fromJust . kibProject
-  let main = dir </> main
+  main' <- gets $ projMainIs . fromJust . kibProject
+  let main = dir </> main'
       fcgi = out </> name ++ ".fcgi"
   fcgiExists <- liftIO $ doesFileExist fcgi
   if fcgiExists
diff --git a/kibro.cabal b/kibro.cabal
--- a/kibro.cabal
+++ b/kibro.cabal
@@ -1,5 +1,5 @@
 name:          kibro
-version:       0.4
+version:       0.4.1
 synopsis:      Web development framework.
 description:   Web development framework.
 category:      Web
