diff --git a/yesod/main.hs b/yesod/main.hs index 988edfc6..671957c3 100755 --- a/yesod/main.hs +++ b/yesod/main.hs @@ -35,7 +35,7 @@ main = do ["touch"] -> touch #endif ["devel"] -> devel isDev - ["version"] -> putStrLn "0.9" + ["version"] -> putStrLn "0.9.3" "configure":rest -> rawSystem cmd ("configure":rest) >>= exitWith _ -> do putStrLn "Usage: yesod "