diff --git a/src/config.rs b/src/config.rs index 17706f5..ca31353 100644 --- a/src/config.rs +++ b/src/config.rs @@ -286,7 +286,7 @@ impl Default for Config { port_range_count: 100, lotus: Location::GitTag { url: "https://github.com/filecoin-project/lotus.git".to_string(), - tag: "v1.36.1".to_string(), + tag: "v1.36.2".to_string(), }, curio: Location::GitTag { url: "https://github.com/filecoin-project/curio.git".to_string(),