From 5204cb62de4cd54bf64a1c251acf9064237f83f5 Mon Sep 17 00:00:00 2001 From: thesyncim Date: Thu, 13 Nov 2025 17:55:47 +0000 Subject: [PATCH] Bump version to v1.46.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 292a927a..d615924c 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 45 +CURRENT_VERSION_MINOR = 46 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe)