From 9a4e0825d44256f9922f635c8849489093a51cc5 Mon Sep 17 00:00:00 2001 From: Eugene Kalinin Date: Fri, 3 Feb 2023 10:44:54 +0300 Subject: [PATCH] 1.2.1: update to go1.19 --- go.mod | 2 +- internals.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index b344236..a44f9a5 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/internals.go b/internals.go index fa15e0e..88a24b6 100644 --- a/internals.go +++ b/internals.go @@ -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 )