cmd/sgblog/http.go | 1 - common.go | 2 +- diff --git a/cmd/sgblog/http.go b/cmd/sgblog/http.go index 9155f534447142bd1f4730327aad7311782032a19324ec92193c37ac066843f5..0cf03d85f432c5c4b4a49e8c47731e0947f7f311fc6e69c97d2ac493d2dcbca0 100644 --- a/cmd/sgblog/http.go +++ b/cmd/sgblog/http.go @@ -189,7 +189,6 @@ etagHash := blake3.New(32, nil) for _, s := range []string{ "SGBLOG", sgblog.Version, - cfg.GitPath, cfg.Branch, cfg.Title, cfg.URLPrefix, diff --git a/common.go b/common.go index acc8fbc85792cf0d60c87fdc85ebbce78d2b51acbb7150869bcd54e9a7b27fde..ce7a62f666d99e99ff8d26e9bcc9b8776ed6926d5230813751f6eebd4ba2a940 100644 --- a/common.go +++ b/common.go @@ -30,7 +30,7 @@ "go.cypherpunks.ru/recfile" ) const ( - Version = "0.32.0" + Version = "0.33.0" WhenFmt = "2006-01-02 15:04:05Z07:00" )