release: version 1.0.6
Some checks failed
Build RPM Package / Build RPM Packages (CentOS 7, Rocky 8/9/10) (push) Has been cancelled

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Jacquin Antoine
2026-03-01 01:49:43 +01:00
parent 40c3fad90e
commit f0276b17ab
3 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ COPY . .
# Build binary for Linux # Build binary for Linux
# Binary will be dynamically linked but compatible with all RHEL-based distros # 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 BUILD_TIME=""
ARG GIT_COMMIT="" ARG GIT_COMMIT=""
RUN mkdir -p dist && \ RUN mkdir -p dist && \
@ -53,7 +53,7 @@ FROM rockylinux:9 AS rpm-builder
WORKDIR /package WORKDIR /package
# VERSION must be redeclared for each stage that needs it # 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) # Install rpm-build tools (Rocky Linux 9)
RUN dnf install -y \ RUN dnf install -y \

View File

@ -22,7 +22,7 @@ import (
var ( var (
// Version information (set via ldflags) // Version information (set via ldflags)
Version = "1.0.5" Version = "1.0.6"
BuildTime = "unknown" BuildTime = "unknown"
GitCommit = "unknown" GitCommit = "unknown"
) )

View File

@ -3,7 +3,7 @@
%if %{defined build_version} %if %{defined build_version}
%define spec_version %{build_version} %define spec_version %{build_version}
%else %else
%define spec_version 1.0.5 %define spec_version 1.0.6
%endif %endif
Name: ja4sentinel Name: ja4sentinel