Skip to content

Commit

Permalink
fix version for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Nov 30, 2020
1 parent bed9343 commit 0870681
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 0870681

Please sign in to comment.