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