summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-06-19 14:48:31 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2024-06-19 14:48:31 -0400
commit277ba6d4aca50da21a5628b2b810da90bd2590a0 (patch)
treefd4701d52930a091ea58b3d5868247fdb922533d
parent02aa11829a686cf3fc01b6c2525cf1a7c1daed4a (diff)
v1.9.1v1.9.1
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6f169b5e..5543d91a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -73,7 +73,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bcachefs-tools"
-version = "1.9.0"
+version = "1.9.1"
dependencies = [
"anyhow",
"bch_bindgen",
diff --git a/Cargo.toml b/Cargo.toml
index e92a61d2..14a16f60 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bcachefs-tools"
-version = "1.9.0"
+version = "1.9.1"
authors = ["Yuxuan Shui <yshuiv7@gmail.com>", "Kayla Firestack <dev@kaylafire.me>", "Kent Overstreet <kent.overstreet@linux.dev>" ]
edition = "2021"
rust-version = "1.70"
diff --git a/Makefile b/Makefile
index c1f5f39c..d36bb4cb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=1.9.0
+VERSION=1.9.1
PREFIX?=/usr/local
LIBEXECDIR?=$(PREFIX)/libexec