diff --git a/Cargo.lock b/Cargo.lock index 3cdc517..15bfc81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1381,7 +1381,7 @@ dependencies = [ [[package]] name = "treeherder-dl" -version = "1.0.2" +version = "2.0.0" dependencies = [ "bytes", "clap", diff --git a/Cargo.toml b/Cargo.toml index 63547ca..30968dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "treeherder-dl" description = "Download artifacts in bulk from Mozilla's TreeHerder" -version = "1.0.2" +version = "2.0.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/ErichDonGubler/treeherder-dl"