bump yesod version command to 0.9.3

This commit is contained in:
Greg Weber 2011-11-22 15:19:03 -06:00
parent f0b515ff7b
commit 9391126712

View File

@ -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 <command>"