From 49ea1d2a7dae81affaaff349d65b8886533ad0f0 Mon Sep 17 00:00:00 2001 From: PTah Date: Wed, 27 May 2026 14:44:03 +1000 Subject: [PATCH] chore: bump version to 1.2.1-SAC --- README.md | 2 +- readme_eng.md | 2 +- ssh-monitor | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index de581f5..3c2da2b 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ bash -n ./ssh-monitor ## Релизный архив -Версия задаётся в скрипте переменной **`SSH_MONITOR_VERSION`** (на момент последнего обновления документации — **1.2.0-SAC**; актуальное значение смотрите в файле **`ssh-monitor`**). Сборка tarball из текущего git-дерева: +Версия задаётся в скрипте переменной **`SSH_MONITOR_VERSION`** (на момент последнего обновления документации — **1.2.1-SAC**; актуальное значение смотрите в файле **`ssh-monitor`**). Сборка tarball из текущего git-дерева: ```bash make dist diff --git a/readme_eng.md b/readme_eng.md index 1073633..556f20c 100644 --- a/readme_eng.md +++ b/readme_eng.md @@ -153,7 +153,7 @@ bash -n ./ssh-monitor ## Release tarball -Version is set in the script as **`SSH_MONITOR_VERSION`** (as of last doc update — **1.2.0-SAC**; see the **`ssh-monitor`** file for the current value). Build from the git tree: +Version is set in the script as **`SSH_MONITOR_VERSION`** (as of last doc update — **1.2.1-SAC**; see the **`ssh-monitor`** file for the current value). Build from the git tree: ```bash make dist diff --git a/ssh-monitor b/ssh-monitor index 9b20dd6..5403d66 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.0-SAC" +SSH_MONITOR_VERSION="1.2.1-SAC" SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" if [ -f "$SCRIPT_DIR/sac-client.sh" ]; then