Skip to content

Commit

Permalink
2024-08-05 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Aug 5, 2024
1 parent 67bebff commit fed4da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hell.hs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ commandParser =
]

dispatch :: Command -> IO ()
dispatch Version = putStrLn "2024-07-24"
dispatch Version = putStrLn "2024-08-05"
dispatch (Run filePath) = do
result <- parseFile filePath
case result of
Expand Down

0 comments on commit fed4da8

Please sign in to comment.