diff --git a/Cargo.lock b/Cargo.lock index 6c9bbe937..260c6a798 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -496,7 +496,7 @@ dependencies = [ [[package]] name = "git-delta" -version = "0.16.5" +version = "0.17.0" dependencies = [ "ansi_colours", "ansi_term", diff --git a/Cargo.toml b/Cargo.toml index 35e3469ad..d55c68e91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" homepage = "https://github.com/dandavison/delta" license = "MIT" repository = "https://github.com/dandavison/delta" -version = "0.16.5" +version = "0.17.0" [[bin]] name = "delta"