diff --git a/pkg/store/store.go b/pkg/store/store.go index 18fc71d7..db8f3c5c 100644 --- a/pkg/store/store.go +++ b/pkg/store/store.go @@ -29,7 +29,7 @@ var KVS *TomlStore // Init initializes the TOML file, creates if not exist, otherwise reads and decodes to struct. func Init() error { KVS = &TomlStore{} - filename := filepath.Join(GetPathPrefix(), "store_v2.toml") + filename := filepath.Join(GetPathPrefix(), "store_v3.toml") KVS.mu.Lock() defer KVS.mu.Unlock()