From f161cf43e46f8b03ccf828d1503917945ba33c7d Mon Sep 17 00:00:00 2001 From: Gu1llaum-3 Date: Sat, 15 Mar 2025 16:15:46 +0100 Subject: [PATCH] 2.0.0 to 2.1.0 --- sshm.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshm.bash b/sshm.bash index fa1c1e0..d0bbc41 100755 --- a/sshm.bash +++ b/sshm.bash @@ -18,7 +18,7 @@ set -eo pipefail; [[ $TRACE ]] && set -x -readonly VERSION="2.0.0" +readonly VERSION="2.1.0" readonly CONFIG_DIR="${HOME}/.config/sshm" readonly DEFAULT_CONFIG="${HOME}/.ssh/config" readonly CURRENT_CONTEXT_FILE="${CONFIG_DIR}/.current_context"