From e5766715804492f547e157097b399f9a06c44e62 Mon Sep 17 00:00:00 2001 From: PTah Date: Wed, 10 Jun 2026 17:38:56 +1000 Subject: [PATCH] chore: bump release to 2.0.3-SAC Co-authored-by: Cursor --- ssh-monitor | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh-monitor b/ssh-monitor index 97355da..da38449 100644 --- a/ssh-monitor +++ b/ssh-monitor @@ -7,7 +7,7 @@ IFS=$'\n\t' # ============================================ CONFIG_FILE="/etc/ssh-monitor.conf" -SSH_MONITOR_VERSION="2.0.2-SAC" +SSH_MONITOR_VERSION="2.0.3-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 cefda1d..298a3ee 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.2-SAC +2.0.3-SAC