summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIntegral <integral@archlinuxcn.org>2024-10-26 20:51:16 +0800
committerKent Overstreet <kent.overstreet@linux.dev>2024-10-27 16:15:00 -0400
commit511a714ed34e89a9957b657c38c39ff182fe9da7 (patch)
tree9714a3b658d7b85eaf0f8072570f60a5de49bd0c
parentb7831af74d795d9a7530d2a873072581927fce53 (diff)
bcachefs-tools: update VERSION in Makefile to 1.13.0
Update VERSION in Makefile to 1.13.0. Signed-off-by: Integral <integral@archlinuxcn.org> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1fae1f5b..68ebb2d6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=1.12.0
+VERSION=1.13.0
PREFIX?=/usr/local
LIBEXECDIR?=$(PREFIX)/libexec