diff --git a/Hell.hs b/Hell.hs index 7f0cf49..bc42bae 100644 --- a/Hell.hs +++ b/Hell.hs @@ -104,7 +104,7 @@ commandParser = ] dispatch :: Command -> IO () -dispatch Version = putStrLn "2024-07-15" +dispatch Version = putStrLn "2024-07-24" dispatch (Run filePath) = do result <- parseFile filePath case result of