From 6ee30758676e592894e53248edfeafe502db8651 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sun, 16 Oct 2022 21:28:25 -0400 Subject: [PATCH] Bump version to 0.0.78 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73e6f77c47..d9604d812e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2045,7 +2045,7 @@ dependencies = [ [[package]] name = "ruff" -version = "0.0.77" +version = "0.0.78" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 70e27ff658..3d27d000c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruff" -version = "0.0.77" +version = "0.0.78" edition = "2021" [lib] diff --git a/README.md b/README.md index b2fb2dd7d8..0250b9289d 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Ruff also works with [pre-commit](https://pre-commit.com): ```yaml repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.77 + rev: v0.0.78 hooks: - id: lint ```