Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Jan 4, 2025
1 parent 5d6b3a6 commit 0ca20e8
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 @@ -33,7 +33,7 @@ def runMdgenCmd (p : Parsed) : IO UInt32 := do

/-- API definition of `mdgen` command -/
def mkMdgenCmd : Cmd := `[Cli|
mdgen VIA runMdgenCmd; ["1.7.0"]
mdgen VIA runMdgenCmd; ["1.8.0"]
"mdgen is a tool to generate .md files from .lean files."

FLAGS:
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.7.0"
version := v!"1.8.0"
keywords := #["cli", "markdown"]
description := "Tool to generate markdown files from lean files."

Expand Down

0 comments on commit 0ca20e8

Please sign in to comment.