Skip to content

Commit 9a4e082

Browse files
committed
1.2.1: update to go1.19
1 parent af33161 commit 9a4e082

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ekalinin/github-markdown-toc.go
22

3-
go 1.17
3+
go 1.19
44

55
require gopkg.in/alecthomas/kingpin.v2 v2.2.4
66

internals.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
const (
1313
// Version is a current app version
14-
Version = "1.2.0"
14+
Version = "1.2.1"
1515
userAgent = "github-markdown-toc.go v" + Version
1616
)
1717

0 commit comments

Comments
 (0)