From cde8c8c45d508bf29d24365298f3c40c1729514c Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 9 Feb 2022 22:28:19 +0300 Subject: [PATCH] Fix template's doctype --- hr-pkg.tmpl | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hr-pkg.tmpl b/hr-pkg.tmpl index 2f1590d..c7d3aad 100644 --- a/hr-pkg.tmpl +++ b/hr-pkg.tmpl @@ -1,4 +1,4 @@ -` + {{.Version}}: package {{.PkgName}} diff --git a/main.go b/main.go index 981d58e..08c7553 100644 --- a/main.go +++ b/main.go @@ -44,7 +44,7 @@ import ( ) const ( - Version = "3.4.0" + Version = "3.5.0" UserAgent = "GoCheese/" + Version ) -- 2.44.0