1.0.9
Some checks failed
Build and Test / test (push) Has been cancelled
Build and Test / build (push) Has been cancelled
Build and Test / docker (push) Has been cancelled

This commit is contained in:
Jacquin Antoine
2026-03-01 12:25:34 +01:00
parent 27c7659397
commit a415a3201a
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ BINARY_NAME=logcorrelator
DIST_DIR=dist
# Package version
PKG_VERSION ?= 1.0.8
PKG_VERSION ?= 1.0.9
## build: Build the logcorrelator binary locally
build:

View File

@ -2,7 +2,7 @@
# Compatible with CentOS 7, Rocky Linux 8, 9, 10
# Define version before Version: field for RPM macro support
%global spec_version 1.0.8
%global spec_version 1.0.9
Name: logcorrelator
Version: %{spec_version}