0
0

update the index format version number

This commit is contained in:
dtynn 2015-05-18 15:16:35 +08:00
parent 89dc2c22bc
commit b4f7496031

View File

@ -30,7 +30,7 @@ var VersionKey = []byte{'v'}
var UnsafeBatchUseDetected = fmt.Errorf("bleve.Batch is NOT thread-safe, modification after execution detected")
const Version uint8 = 4
const Version uint8 = 5
var IncompatibleVersion = fmt.Errorf("incompatible version, %d is supported", Version)