Skip to content

Commit fdb3b5a

Browse files
authored
Bump to 2024-10-08 (#45)
1 parent f1abb01 commit fdb3b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hell.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ commandParser =
112112
]
113113

114114
dispatch :: Command -> IO ()
115-
dispatch Version = putStrLn "2024-08-23"
115+
dispatch Version = putStrLn "2024-10-08"
116116
dispatch (Run filePath) = do
117117
result <- parseFile filePath
118118
case result of

0 commit comments

Comments
 (0)