diff --git a/cmd/errors.go b/cmd/errors.go index b555463..26d4514 100644 --- a/cmd/errors.go +++ b/cmd/errors.go @@ -28,7 +28,7 @@ func newErrorPage(title, body string) string { htmlBody.WriteString(``) htmlBody.WriteString(faviconHtml) - htmlBody.WriteString(``) + htmlBody.WriteString(``) htmlBody.WriteString(fmt.Sprintf("%s", title)) htmlBody.WriteString(fmt.Sprintf("%s", body)) diff --git a/cmd/root.go b/cmd/root.go index 3221c5e..75879b8 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -12,7 +12,7 @@ import ( ) const ( - ReleaseVersion string = "2.1.0" + ReleaseVersion string = "2.1.1" ) var (