From df77d8763f430d2aea2de00b55eaa0c381aedd9e Mon Sep 17 00:00:00 2001 From: PTah Date: Mon, 1 Jun 2026 09:05:52 +1000 Subject: [PATCH] chore: bump release to 2.0.0-SAC Major version line for NETLOGON deploy upgrades from 1.x agents. Co-authored-by: Cursor --- README.md | 2 +- readme_eng.md | 2 +- ssh-monitor | 2 +- version.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f5fa57..539d4a2 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ bash -n ./ssh-monitor ## Релизный архив -Версия задаётся в **`SSH_MONITOR_VERSION`** в файле **`ssh-monitor`** и дублируется в **`version.txt`** (сейчас **1.2.10-SAC**). Модуль **`sac-client.sh`** использует ту же версию для SAC `product_version`. Сборка tarball из текущего git-дерева: +Версия задаётся в **`SSH_MONITOR_VERSION`** в файле **`ssh-monitor`** и дублируется в **`version.txt`** (сейчас **2.0.0-SAC**). Модуль **`sac-client.sh`** использует ту же версию для SAC `product_version`. Сборка tarball из текущего git-дерева: ```bash make dist diff --git a/readme_eng.md b/readme_eng.md index a1c5db6..219ea6e 100644 --- a/readme_eng.md +++ b/readme_eng.md @@ -154,7 +154,7 @@ bash -n ./ssh-monitor ## Release tarball -Version is set as **`SSH_MONITOR_VERSION`** in **`ssh-monitor`** and **`version.txt`** (currently **1.2.10-SAC**). **`sac-client.sh`** reports the same version to SAC. Build from the git tree: +Version is set as **`SSH_MONITOR_VERSION`** in **`ssh-monitor`** and **`version.txt`** (currently **2.0.0-SAC**). **`sac-client.sh`** reports the same version to SAC. Build from the git tree: ```bash make dist diff --git a/ssh-monitor b/ssh-monitor index d6abc95..06df493 100644 --- a/ssh-monitor +++ b/ssh-monitor @@ -7,7 +7,7 @@ IFS=$'\n\t' # ============================================ CONFIG_FILE="/etc/ssh-monitor.conf" -SSH_MONITOR_VERSION="1.2.13-SAC" +SSH_MONITOR_VERSION="2.0.0-SAC" SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" if [ -f "$SCRIPT_DIR/sac-client.sh" ]; then diff --git a/version.txt b/version.txt index e052b72..feaa960 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.13-SAC +2.0.0-SAC