pub const LATEST_VERSION: Version;
Expand description
The latest version of on-disk filesystem format.
If all layer files are compacted the the journal flushed, and super-block both rewritten, all versions should match this value.
If making a breaking change, please see EARLIEST_SUPPORTED_VERSION (below).
IMPORTANT: When changing this (major or minor), update the list of possible versions at https://cs.opensource.google/fuchsia/fuchsia/+/main:third_party/cobalt_config/fuchsia/local_storage/versions.txt.