From 2bed9516ecf96bfbe394b134ed5d4e9113a48d8d Mon Sep 17 00:00:00 2001 From: PTah Date: Wed, 3 Jun 2026 09:17:28 +1000 Subject: [PATCH] chore: bump release to 2.0.1-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 06df493..32b0c22 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.0-SAC" +SSH_MONITOR_VERSION="2.0.1-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 feaa960..a6515ba 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.0-SAC +2.0.1-SAC