From 6a0329aabe1e343b62f69541524481dad681bae4 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Sun, 10 Nov 2024 12:29:43 +0100 Subject: [PATCH] Bump version number to 3.3.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e793334..12a9be0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -408,7 +408,7 @@ checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" [[package]] name = "riffdiff" -version = "3.3.6" +version = "3.3.7" dependencies = [ "backtrace", "bytecount", diff --git a/Cargo.toml b/Cargo.toml index 1a6ca2a..ce3ccf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "riffdiff" # Actually "riff", but that was already taken on crates.io -version = "3.3.6" +version = "3.3.7" authors = ["Johan Walles "] edition = "2018" repository = "https://github.com/walles/riff/"