Skip to content

Commit 593c51d

Browse files
committed
chore: Bump script version to 0.1.5
1 parent a829e04 commit 593c51d

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.1.4"
10+
readonly SCRIPT_VERSION="0.1.5"
1111
SCRIPT_NAME="$(basename "$0")"
1212
readonly SCRIPT_NAME
1313

0 commit comments

Comments
 (0)