Skip to content

Commit

Permalink
Bump to 2024-10-28 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone authored Oct 28, 2024
1 parent fbf2cd0 commit 930acfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hell.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 930acfe

Please sign in to comment.