From ce0c2241a48954e7cb7dab07ddf76cfc42e23bc8 Mon Sep 17 00:00:00 2001
From: Kent Overstreet <kent.overstreet@linux.dev>
Date: Wed, 19 Mar 2025 18:03:23 -0400
Subject: [PATCH] v1.25.0

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
---
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 Makefile   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 01a422c1..d518eb85 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -68,7 +68,7 @@ checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
 
 [[package]]
 name = "bcachefs-tools"
-version = "1.20.0"
+version = "1.25.0"
 dependencies = [
  "anyhow",
  "bch_bindgen",
diff --git a/Cargo.toml b/Cargo.toml
index 1d34f135..d1a92ab7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "bcachefs-tools"
-version = "1.20.0"
+version = "1.25.0"
 authors = ["Yuxuan Shui <yshuiv7@gmail.com>", "Kayla Firestack <dev@kaylafire.me>", "Kent Overstreet <kent.overstreet@linux.dev>" ]
 edition = "2021"
 rust-version = "1.77"
diff --git a/Makefile b/Makefile
index eb26d3b1..81e3ba1e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=1.20.0
+VERSION=1.25.0
 
 PREFIX?=/usr/local
 LIBEXECDIR?=$(PREFIX)/libexec