diff options
| -rw-r--r-- | crates/arti-client/src/release_date.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/arti-client/src/release_date.rs b/crates/arti-client/src/release_date.rs index daa2c89dc..0dd1d091a 100644 --- a/crates/arti-client/src/release_date.rs +++ b/crates/arti-client/src/release_date.rs @@ -15,4 +15,4 @@ /// from consensuses older than our software: /// the fact that we released _this_ version /// indicates that a newer consensus probably permits this version.) -pub(crate) const ARTI_CLIENT_RELEASE_DATE: &str = "2025-04-07"; +pub(crate) const ARTI_CLIENT_RELEASE_DATE: &str = "2025-05-01"; |
