We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0228fae commit 63c16b1Copy full SHA for 63c16b1
sync-ssh-keys.sh
@@ -7,7 +7,7 @@ set -euo pipefail
7
# Repository: https://github.com/locus313/ssh-key-sync
8
9
# shellcheck disable=SC2034 # planned to be used in a future release
10
-readonly SCRIPT_VERSION="0.0.9"
+readonly SCRIPT_VERSION="0.1.0"
11
readonly SCRIPT_NAME="$(basename "$0")"
12
13
# === Configuration and Constants ===
0 commit comments