We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc0a42 commit 3a7d07cCopy full SHA for 3a7d07c
internal/version.go
@@ -2,7 +2,7 @@ package internal
2
3
const (
4
// Version is a current app version
5
- Version = "1.3.1"
+ Version = "1.4.0"
6
userAgent = "github-markdown-toc.go v" + Version
7
)
8
0 commit comments