Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Sep 8, 2024
1 parent ae23b2b commit a6f34a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mdgen/Cli.lean
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def runMdgenCmd (p : Parsed) : IO UInt32 := do
return 0

def mkMdgenCmd : Cmd := `[Cli|
mdgen VIA runMdgenCmd; ["1.4.0"]
mdgen VIA runMdgenCmd; ["1.4.1"]
"mdgen is a tool to generate .md files from .lean files."

ARGS:
Expand Down

0 comments on commit a6f34a4

Please sign in to comment.