diff --git a/build.rs b/build.rs index 5867b53..b6b98f2 100644 --- a/build.rs +++ b/build.rs @@ -5,7 +5,7 @@ use std::path::Path; fn schema_url(file: &str) -> String { let repository = "reviewdog/reviewdog"; - let tag = "v0.17.1"; + let tag = "v0.17.2"; let dir = "proto/rdf/jsonschema"; format!( "https://raw.githubusercontent.com/{}/{}/{}/{}",