From a11b05f0a9ac29cf02f80e8624e9a5324f8f8bf1 Mon Sep 17 00:00:00 2001 From: max Date: Fri, 4 Sep 2026 22:57:27 +0200 Subject: [PATCH] docs: update release tag instructions for v2.0.0 in root README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93879eb..9c3dba6 100644 --- a/README.md +++ b/README.md @@ -369,8 +369,8 @@ Tests client enrollment, secret rejection, mTLS TLS 1.3 socket handshake, warnin Releases are triggered automatically on tag push (`v*`): ```bash -git tag v1.0.4 -git push origin v1.0.4 +git tag v2.0.0 +git push origin v2.0.0 ``` Two dedicated workflows run in parallel: - **`release-linux.yml`** (`ubuntu-latest`): Compiles `Linux_Client.bin` and `Server.bin`, generating checksums.