From 3e7374904765c5d4fb82b0c2b7028b3b731f0fc3 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 26 Mar 2024 11:28:50 +0300 Subject: [PATCH] GitPath ETaging was not wise --- cmd/sgblog/http.go | 1 - common.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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" ) -- 2.44.0