xl-meta: update metadata version (#15958)

This commit is contained in:
Poorna
2022-10-28 02:48:43 -07:00
committed by GitHub
parent 0f0e154315
commit dc92bb4646

View File

@@ -465,7 +465,7 @@ func (x xlMetaInlineData) files(fn func(name string, data []byte)) error {
const (
xlHeaderVersion = 2
xlMetaVersion = 1
xlMetaVersion = 2
)
func decodeXLHeaders(buf []byte) (versions int, b []byte, err error) {