From bff634bb38a444dd6e82c01e29c302fa41eacbc2 Mon Sep 17 00:00:00 2001 From: thesyncim Date: Tue, 2 Jul 2024 14:02:04 +0100 Subject: [PATCH] Bump version to v1.18.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eac16610..6617a4a6 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 CURRENT_VERSION_MINOR = 18 -CURRENT_VERSION_BUG = 1 +CURRENT_VERSION_BUG = 2 GIT_DESCRIBE := $(shell git describe) GITHUB_HEAD_REF ?= $(shell git branch --show-current)