aboutsummaryrefslogtreecommitdiffstats
path: root/cache/repo_cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'cache/repo_cache.go')
-rw-r--r--cache/repo_cache.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/cache/repo_cache.go b/cache/repo_cache.go
index 7e605a6e..89772455 100644
--- a/cache/repo_cache.go
+++ b/cache/repo_cache.go
@@ -19,8 +19,7 @@ import (
// 1: original format
// 2: added cache for identities with a reference in the bug cache
-// 3: CreateUnixTime --> createUnixTime, EditUnixTime --> editUnixTime
-const formatVersion = 3
+const formatVersion = 2
var _ repository.RepoCommon = &RepoCache{}