Skip to content

Commit 930acfe

Browse files
authored
Bump to 2024-10-28 (#56)
1 parent fbf2cd0 commit 930acfe

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
@@ -117,7 +117,7 @@ commandParser =
117117
]
118118

119119
dispatch :: Command -> IO ()
120-
dispatch Version = putStrLn "2024-10-08"
120+
dispatch Version = putStrLn "2024-10-28"
121121
dispatch (Run filePath) = do
122122
result <- parseFile filePath
123123
case result of

0 commit comments

Comments
 (0)