bump version to 1.9.5

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2024-07-18 19:51:43 -04:00
parent 9058835b97
commit 60ff4f2f3c
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -73,7 +73,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bcachefs-tools"
version = "1.9.1"
version = "1.9.5"
dependencies = [
"anyhow",
"bch_bindgen",

View File

@ -1,6 +1,6 @@
[package]
name = "bcachefs-tools"
version = "1.9.1"
version = "1.9.5"
authors = ["Yuxuan Shui <yshuiv7@gmail.com>", "Kayla Firestack <dev@kaylafire.me>", "Kent Overstreet <kent.overstreet@linux.dev>" ]
edition = "2021"
rust-version = "1.70"

View File

@ -1,4 +1,4 @@
VERSION=1.9.1
VERSION=1.9.5
PREFIX?=/usr/local
LIBEXECDIR?=$(PREFIX)/libexec