Versions in this module Expand all Collapse all v5 v5.0.1 Nov 10, 2022 v5.0.0 Nov 10, 2022 Changes in this version + type Store struct + func LoadStore(kv *versioned.KV) (*Store, error) + func NewStore(newVersion version.Version, kv *versioned.KV) (*Store, error) + func (s *Store) CheckUpdateRequired(newVersion version.Version) (bool, version.Version, error) + func (s *Store) Get() version.Version Other modules containing this package gitlab.com/elixxir/client/v4