all: Fix versioning path handling (#7407)

This commit is contained in:
Simon Frei
2021-02-26 13:21:13 +01:00
parent 956d212e99
commit e2e5643c3c
13 changed files with 158 additions and 72 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ import (
const (
OldestHandledVersion = 10
CurrentVersion = 34
CurrentVersion = 35
MaxRescanIntervalS = 365 * 24 * 60 * 60
)