Constant mz_stash::STASH_VERSION

source ·
pub const STASH_VERSION: u64 = 29;
Expand description

The current version of the Stash.

We will initialize new Stashes with this version, and migrate existing Stashes to this version. Whenever the Stash changes, e.g. the protobufs we serialize in the Stash change, we need to bump this version.