init: Enable compression support by default

This commit is contained in:
Michael Eischer 2022-04-11 21:06:37 +02:00
parent ab49c14621
commit 92816fa966
1 changed files with 1 additions and 1 deletions

View File

@ -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 {