From e6f0324bcff0b7fc7dd70b9f83f1c155813cbc05 Mon Sep 17 00:00:00 2001 From: Bruno Ribeiro Date: Tue, 17 Mar 2026 13:45:22 +0100 Subject: [PATCH] Bump version to v1.46.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aea36bf2..baccf8a5 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 CURRENT_VERSION_MINOR = 46 -CURRENT_VERSION_BUG = 1 +CURRENT_VERSION_BUG = 2 GIT_DESCRIBE := $(shell git describe) GITHUB_HEAD_REF ?= $(shell git branch --show-current)