From a589ff9debaefdd3992384434120f5a03a103481 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Wed, 11 Sep 2024 08:29:53 -0400 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3eea15f09..43888becc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -591,7 +591,7 @@ dependencies = [ [[package]] name = "git-delta" -version = "0.18.1" +version = "0.18.2" dependencies = [ "ansi_colours", "ansi_term", diff --git a/Cargo.toml b/Cargo.toml index 8a639200e..016652abd 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.18.1" +version = "0.18.2" [[bin]] name = "delta"