1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-28 03:28:13 +00:00

Add ETag header to avatars (#721)

This commit is contained in:
Bwko
2017-01-25 05:26:31 +01:00
committed by Lunny Xiao
parent 8093b3372e
commit 8555e888d8
7 changed files with 50 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ import (
"github.com/go-macaron/inject"
)
const _VERSION = "1.1.8.0826"
const _VERSION = "1.1.12.0122"
func Version() string {
return _VERSION