summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2025-04-28 16:23:09 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2025-04-28 16:23:25 -0400
commit81a3e03b27f29cbcd2a7549ca35780f52a426a9f (patch)
tree493743c971707f751383d6b32b70b13b6f210aad
parent6d7b47685b2625e3103e26a25c8003ef6de5f82d (diff)
set version to 1.25.2
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 5edc55c0..440e6133 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -68,7 +68,7 @@ checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
[[package]]
name = "bcachefs-tools"
-version = "1.25.1"
+version = "1.25.2"
dependencies = [
"anyhow",
"bch_bindgen",
diff --git a/Cargo.toml b/Cargo.toml
index 98d74b76..ea82379c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ default-members = [".", "bch_bindgen"]
[package]
name = "bcachefs-tools"
-version = "1.25.1"
+version = "1.25.2"
authors = ["Yuxuan Shui <yshuiv7@gmail.com>", "Kayla Firestack <dev@kaylafire.me>", "Kent Overstreet <kent.overstreet@linux.dev>" ]
edition = "2021"
rust-version = "1.77.0"
diff --git a/Makefile b/Makefile
index 3b25cf81..c7795af9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=1.25.1
+VERSION=1.25.2
PREFIX?=/usr/local
LIBEXECDIR?=$(PREFIX)/libexec