From: Sergey Matveev Date: Tue, 26 Mar 2024 08:28:50 +0000 (+0300) Subject: GitPath ETaging was not wise X-Git-Tag: v0.33.0^0 X-Git-Url: http://www.git.stargrave.org/?p=sgblog.git;a=commitdiff_plain;h=3e7374904765c5d4fb82b0c2b7028b3b731f0fc3 GitPath ETaging was not wise --- diff --git a/cmd/sgblog/http.go b/cmd/sgblog/http.go index 9c39c44..2e0c2d8 100644 --- a/cmd/sgblog/http.go +++ b/cmd/sgblog/http.go @@ -189,7 +189,6 @@ func serveHTTP() { for _, s := range []string{ "SGBLOG", sgblog.Version, - cfg.GitPath, cfg.Branch, cfg.Title, cfg.URLPrefix, diff --git a/common.go b/common.go index 2a2ac37..41ba4c3 100644 --- a/common.go +++ b/common.go @@ -30,7 +30,7 @@ import ( ) const ( - Version = "0.32.0" + Version = "0.33.0" WhenFmt = "2006-01-02 15:04:05Z07:00" )