From f0276b17abbff8017c071e09d3a14dff3f953af2 Mon Sep 17 00:00:00 2001 From: Jacquin Antoine Date: Sun, 1 Mar 2026 01:49:43 +0100 Subject: [PATCH] release: version 1.0.6 Co-authored-by: Qwen-Coder --- Dockerfile.package | 4 ++-- cmd/ja4sentinel/main.go | 2 +- packaging/rpm/ja4sentinel.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.package b/Dockerfile.package index 104c999..a194141 100644 --- a/Dockerfile.package +++ b/Dockerfile.package @@ -35,7 +35,7 @@ COPY . . # Build binary for Linux # Binary will be dynamically linked but compatible with all RHEL-based distros -ARG VERSION=1.0.5 +ARG VERSION=1.0.6 ARG BUILD_TIME="" ARG GIT_COMMIT="" RUN mkdir -p dist && \ @@ -53,7 +53,7 @@ FROM rockylinux:9 AS rpm-builder WORKDIR /package # VERSION must be redeclared for each stage that needs it -ARG VERSION=1.0.5 +ARG VERSION=1.0.6 # Install rpm-build tools (Rocky Linux 9) RUN dnf install -y \ diff --git a/cmd/ja4sentinel/main.go b/cmd/ja4sentinel/main.go index a0b92f7..e1ef7f4 100644 --- a/cmd/ja4sentinel/main.go +++ b/cmd/ja4sentinel/main.go @@ -22,7 +22,7 @@ import ( var ( // Version information (set via ldflags) - Version = "1.0.5" + Version = "1.0.6" BuildTime = "unknown" GitCommit = "unknown" ) diff --git a/packaging/rpm/ja4sentinel.spec b/packaging/rpm/ja4sentinel.spec index 9106a08..cdafea8 100644 --- a/packaging/rpm/ja4sentinel.spec +++ b/packaging/rpm/ja4sentinel.spec @@ -3,7 +3,7 @@ %if %{defined build_version} %define spec_version %{build_version} %else -%define spec_version 1.0.5 +%define spec_version 1.0.6 %endif Name: ja4sentinel