From 02741416001d7e7bc45b6b129284b3503e21cbd7 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Wed, 24 Jul 2024 15:48:30 +0100 Subject: [PATCH] 2024-07-24 release --- Hell.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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