release: version 1.0.6

- Default socket path changed to /var/run/logcorrelator/http.sock
- Docker build now uses cache for faster local builds

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Jacquin Antoine
2026-03-01 01:52:50 +01:00
parent e8c57dbf64
commit 395af61497
2 changed files with 6 additions and 2 deletions

View File

@ -21,7 +21,7 @@ SRCS = $(SRC_DIR)/mod_reqin_log.c
MODULE_NAME = mod_reqin_log
# Package version
VERSION ?= 1.0.4
VERSION ?= 1.0.6
.PHONY: all clean install uninstall test package package-deb package-rpm