diff --git a/internal/restic/config.go b/internal/restic/config.go index 6df32e2ef..ae4be0aa3 100644 --- a/internal/restic/config.go +++ b/internal/restic/config.go @@ -23,7 +23,7 @@ const MaxRepoVersion = 2 // StableRepoVersion is the version that is written to the config when a repository // is newly created with Init(). -const StableRepoVersion = 1 +const StableRepoVersion = 2 // JSONUnpackedLoader loads unpacked JSON. type JSONUnpackedLoader interface {