diff --git a/src/config.rs b/src/config.rs index 09e5215..102c0e2 100644 --- a/src/config.rs +++ b/src/config.rs @@ -484,7 +484,7 @@ mod tests { let config = Config { pdp: Some(Location::GitTag { url: "https://github.com/FilOzone/pdp.git".to_string(), - tag: "v3.4.0".to_string(), + tag: "v3.5.0".to_string(), }), ..Default::default() };