Bump version number.

This commit is contained in:
evancz 2012-06-02 15:53:43 -05:00
parent fa502cd620
commit 5dada7dfe0

View file

@ -11,7 +11,7 @@ main = getArgs >>= parse
parse :: [String] -> IO ()
parse ("--help":_) = putStrLn usage
parse ("--version":_) = putStrLn "The Elm Compiler 0.1.2"
parse ("--version":_) = putStrLn "The Elm Compiler 0.1.2.1"
parse [loc,file]
| "--runtime-location=" `isPrefixOf` loc =
produceHtml (tail $ dropWhile (/='=') loc) file