Skip to content

Commit

Permalink
Merge pull request #27 from chenrui333/fix-version
Browse files Browse the repository at this point in the history
fix version for 1.1.0 release
  • Loading branch information
ekalinin authored Dec 1, 2020
2 parents bed9343 + 0870681 commit c37be65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
version = "1.0.0"
version = "1.1.0"
userAgent = "github-markdown-toc.go v" + version
)

Expand Down

0 comments on commit c37be65

Please sign in to comment.