From 616c9a5c72dca6e864954c90c2ccc337a08336b7 Mon Sep 17 00:00:00 2001 From: thesyncim Date: Thu, 11 Jul 2024 13:37:49 +0100 Subject: [PATCH] Bump version to v1.19.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 98fe0ec1..9957976a 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 CURRENT_VERSION_MINOR = 19 -CURRENT_VERSION_BUG = 3 +CURRENT_VERSION_BUG = 4 GIT_DESCRIBE := $(shell git describe) GITHUB_HEAD_REF ?= $(shell git branch --show-current)