Skip to content

Commit

Permalink
1.2.1: update to go1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Feb 3, 2023
1 parent af33161 commit 9a4e082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ekalinin/github-markdown-toc.go

go 1.17
go 1.19

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

Expand Down
2 changes: 1 addition & 1 deletion internals.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

const (
// Version is a current app version
Version = "1.2.0"
Version = "1.2.1"
userAgent = "github-markdown-toc.go v" + Version
)

Expand Down

0 comments on commit 9a4e082

Please sign in to comment.