arti_client/release_date.rs
1// DO NOT EDIT MANUALLY.
2// This file was automatically generated by maint/update-release-date.
3
4//! Release date for arti-client.
5//!
6//! This module is automatically generated; do not edit by hand.
7
8/// The approximate release date for this version of arti-client.
9///
10/// We use this release date in [`protostatus`](crate::protostatus)
11/// to decide whether a consensus is new enough
12/// that we should obey its recommendations.
13///
14/// (We do not warn or shut down based on recommendations
15/// from consensuses older than our software:
16/// the fact that we released _this_ version
17/// indicates that a newer consensus probably permits this version.)
18pub(crate) const ARTI_CLIENT_RELEASE_DATE: &str = "2025-05-01";