Bump some deprecations

This commit is contained in:
Bjørn Erik Pedersen 2018-03-20 21:13:44 +01:00
parent 84f4b731d2
commit b6798ee867
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F
3 changed files with 6 additions and 6 deletions

View file

@ -133,8 +133,8 @@ func (fi *FileInfo) FileInfo() os.FileInfo {
}
func (fi *FileInfo) Bytes() []byte {
// Remove in Hugo 0.34
helpers.Deprecated("File", "Bytes", "", false)
// Remove in Hugo 0.38
helpers.Deprecated("File", "Bytes", "", true)
return []byte("")
}