pub const SNAPSHOT_VERSION: u16 = core_storage::snapshot::VERSION; // 9u16Expand description
Current on-disk snapshot format version written by this build.
Exposed so CLI and tooling can print V<SNAPSHOT_VERSION> without depending
directly on core-storage.