diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2025-02-03 14:13:39 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-02-03 14:14:04 -0500 |
commit | 55afc8ad377f760d0a934cd719aa5d07d11fe9ec (patch) | |
tree | f145898bcd8fe8d60d76d4df65cb04642fd0efe9 | |
parent | 3fcc955d00d3e395f33ca85d3050fddefea23491 (diff) |
v1.20.0v1.20.0
Bump version numbers
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "bcachefs-tools" -version = "1.12.0" +version = "1.20.0" authors = ["Yuxuan Shui <yshuiv7@gmail.com>", "Kayla Firestack <dev@kaylafire.me>", "Kent Overstreet <kent.overstreet@linux.dev>" ] edition = "2021" rust-version = "1.77" @@ -1,4 +1,4 @@ -VERSION=1.13.0 +VERSION=1.20.0 PREFIX?=/usr/local LIBEXECDIR?=$(PREFIX)/libexec |