Update cache version

This commit is contained in:
Alexey Tsvetkov
2015-09-24 15:45:21 +03:00
parent ba33020140
commit 1002d233cb
@@ -25,7 +25,7 @@ import java.io.File
class CacheFormatVersion(targetDataRoot: File) {
companion object {
// Change this when incremental cache format changes
private val INCREMENTAL_CACHE_OWN_VERSION = 5
private val INCREMENTAL_CACHE_OWN_VERSION = 6
private val CACHE_FORMAT_VERSION =
INCREMENTAL_CACHE_OWN_VERSION * 1000000 +