diff --git a/src/Hell.hs b/src/Hell.hs index 9e5919c..4d72493 100644 --- a/src/Hell.hs +++ b/src/Hell.hs @@ -117,7 +117,7 @@ commandParser = ] dispatch :: Command -> IO () -dispatch Version = putStrLn "2024-10-08" +dispatch Version = putStrLn "2024-10-28" dispatch (Run filePath) = do result <- parseFile filePath case result of