Skip to content

Commit

Permalink
update version string
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Oct 6, 2024
1 parent 725a4e5 commit ea278cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1"]
mdgen VIA runMdgenCmd; ["1.5.0"]
"mdgen is a tool to generate .md files from .lean files."

ARGS:
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Lake
open Lake DSL

package «mdgen» where
version := v!"1.4.1"
version := v!"1.5.0"
keywords := #["cli", "markdown"]
description := "Tool to generate markdown files from lean files."

Expand Down

0 comments on commit ea278cb

Please sign in to comment.