Skip to content

Commit 63c16b1

Browse files
committed
Bump script version to 0.1.0 for release
1 parent 0228fae commit 63c16b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync-ssh-keys.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -euo pipefail
77
# Repository: https://github.com/locus313/ssh-key-sync
88

99
# shellcheck disable=SC2034 # planned to be used in a future release
10-
readonly SCRIPT_VERSION="0.0.9"
10+
readonly SCRIPT_VERSION="0.1.0"
1111
readonly SCRIPT_NAME="$(basename "$0")"
1212

1313
# === Configuration and Constants ===

0 commit comments

Comments
 (0)