We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8a14d commit 0c0944eCopy full SHA for 0c0944e
internal/version/version.go
@@ -2,7 +2,7 @@ package version
2
3
const (
4
// Version is a current app version
5
- Version = "1.4.0"
+ Version = "2.0.0"
6
UserAgent = "github-markdown-toc.go v" + Version
7
)
8
0 commit comments