diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-07-18 19:51:43 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-07-18 20:48:14 -0400 |
commit | 60ff4f2f3c3da34746f0993d4e6f1de79979f580 (patch) | |
tree | 2a2556fb7ccad44403369384cd63f3e28d886121 | |
parent | 9058835b9771f779403b306c12b9d789c6cca6b8 (diff) |
bump version to 1.9.5
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -73,7 +73,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "bcachefs-tools" -version = "1.9.1" +version = "1.9.5" dependencies = [ "anyhow", "bch_bindgen", @@ -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" @@ -1,4 +1,4 @@ -VERSION=1.9.1 +VERSION=1.9.5 PREFIX?=/usr/local LIBEXECDIR?=$(PREFIX)/libexec |