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 af33161 commit 9a4e082Copy full SHA for 9a4e082
go.mod
@@ -1,6 +1,6 @@
1
module github.com/ekalinin/github-markdown-toc.go
2
3
-go 1.17
+go 1.19
4
5
require gopkg.in/alecthomas/kingpin.v2 v2.2.4
6
internals.go
@@ -11,7 +11,7 @@ import (
11
12
const (
13
// Version is a current app version
14
- Version = "1.2.0"
+ Version = "1.2.1"
15
userAgent = "github-markdown-toc.go v" + Version
16
)
17
0 commit comments