summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2025-02-03 14:13:39 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2025-02-03 14:14:04 -0500
commit55afc8ad377f760d0a934cd719aa5d07d11fe9ec (patch)
treef145898bcd8fe8d60d76d4df65cb04642fd0efe9
parent3fcc955d00d3e395f33ca85d3050fddefea23491 (diff)
v1.20.0v1.20.0
Bump version numbers Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r--Cargo.toml2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 25a42e50..1d34f135 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
diff --git a/Makefile b/Makefile
index 68ebb2d6..eb26d3b1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=1.13.0
+VERSION=1.20.0
PREFIX?=/usr/local
LIBEXECDIR?=$(PREFIX)/libexec