chore: bump config version, prevent accidental downgrade

This commit is contained in:
Jakob Borg
2025-05-20 15:37:19 +02:00
parent 0a58747eb2
commit 78bfe643a8
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ import (
const (
OldestHandledVersion = 10
CurrentVersion = 37
CurrentVersion = 50
MaxRescanIntervalS = 365 * 24 * 60 * 60
)