From 60ff4f2f3c3da34746f0993d4e6f1de79979f580 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 18 Jul 2024 19:51:43 -0400 Subject: [PATCH] bump version to 1.9.5 Signed-off-by: Kent Overstreet --- Cargo.lock | 2 +- Cargo.toml | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index caf61202..a4f1ed44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,7 +73,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "bcachefs-tools" -version = "1.9.1" +version = "1.9.5" dependencies = [ "anyhow", "bch_bindgen", diff --git a/Cargo.toml b/Cargo.toml index f0182a4f..8520f55f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bcachefs-tools" -version = "1.9.1" +version = "1.9.5" authors = ["Yuxuan Shui ", "Kayla Firestack ", "Kent Overstreet " ] edition = "2021" rust-version = "1.70" diff --git a/Makefile b/Makefile index 7a1faa15..6358fac2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.9.1 +VERSION=1.9.5 PREFIX?=/usr/local LIBEXECDIR?=$(PREFIX)/libexec