summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReed Riley <reed@riley.engineer>2024-08-22 16:26:18 -0500
committerReed Riley <reed@riley.engineer>2024-08-22 16:26:18 -0500
commit481a50f0a9f117320d7c1476abca12817c4a7c85 (patch)
treece14743a94efc4d4b356b6ff932850ca3c58c317
parent6c32c8d9c9ea40045ccc1d5ed88d334b470989b1 (diff)
version bump to v1.11.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--Makefile4
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7938bbf3..8f911bf2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -73,7 +73,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bcachefs-tools"
-version = "1.9.5"
+version = "1.11.1"
dependencies = [
"anyhow",
"bch_bindgen",
diff --git a/Cargo.toml b/Cargo.toml
index 0a65a3c0..dab3ef64 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bcachefs-tools"
-version = "1.9.5"
+version = "1.11.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 6358fac2..6f4122da 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=1.9.5
+VERSION=1.11.1
PREFIX?=/usr/local
LIBEXECDIR?=$(PREFIX)/libexec
@@ -287,7 +287,7 @@ tarball: $(SRCTARXZ)
$(SRCTARXZ) : .gitcensus
$(Q)tar --transform "s,^,$(SRCDIR)/," -Jcf $(SRCDIR).tar.xz \
- `cat .gitcensus`
+ `cat .gitcensus`
@echo Wrote: $@
.PHONY: .gitcensus