From: Sergey Matveev Date: Wed, 9 Feb 2022 19:28:19 +0000 (+0300) Subject: Fix template's doctype X-Git-Tag: v3.5.0^0 X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=commitdiff_plain;h=cde8c8c45d508bf29d24365298f3c40c1729514c Fix template's doctype --- 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 )