From 55afc8ad377f760d0a934cd719aa5d07d11fe9ec Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Mon, 3 Feb 2025 14:13:39 -0500 Subject: [PATCH] v1.20.0 Bump version numbers Signed-off-by: Kent Overstreet --- Cargo.toml | 2 +- Makefile | 2 +- 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 ", "Kayla Firestack ", "Kent Overstreet " ] 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