diff --git a/Hell.hs b/Hell.hs index 5436ae2..604eac8 100644 --- a/Hell.hs +++ b/Hell.hs @@ -107,7 +107,7 @@ commandParser = ] dispatch :: Command -> IO () -dispatch Version = putStrLn "2024-08-05" +dispatch Version = putStrLn "2024-08-23" dispatch (Run filePath) = do result <- parseFile filePath case result of