Constant zebra_state::constants::DATABASE_FORMAT_VERSION_FILE_NAME
source ยท pub(crate) const DATABASE_FORMAT_VERSION_FILE_NAME: &str = "version";
Expand description
The name of the file containing the minor and patch database versions.
Use Config::version_file_path()
to get the path to this file.