diff --git a/cmd/index.go b/cmd/index.go index fe353a7..9d6cdfb 100644 --- a/cmd/index.go +++ b/cmd/index.go @@ -58,7 +58,7 @@ func makeTree(list []string) ([]byte, error) { return []byte{}, err } - return bytes.ReplaceAll(resp, []byte(": null"), []byte{}), nil + return resp, nil } func (index *fileIndex) List() []string { diff --git a/cmd/root.go b/cmd/root.go index f0df469..175c7a1 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -17,7 +17,7 @@ import ( const ( AllowedCharacters string = `^[A-z0-9.\-_]+$` - ReleaseVersion string = "8.7.1" + ReleaseVersion string = "8.7.2" ) var (