From e1b711d9c696aa6435cd85bb154e9f76343cf8c5 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Mon, 10 Oct 2022 12:54:59 -0400 Subject: [PATCH] Bump version to 0.0.67 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6da33350e1..1b6f9731a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1907,7 +1907,7 @@ dependencies = [ [[package]] name = "ruff" -version = "0.0.66" +version = "0.0.67" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 963d5f16aa..9f367932c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruff" -version = "0.0.66" +version = "0.0.67" edition = "2021" [lib]