From 1e152b4f1b4f6ddfdb851cd6d14306b7f52f8702 Mon Sep 17 00:00:00 2001 From: dedinext Date: Tue, 8 Nov 2016 14:00:27 +0000 Subject: [PATCH] Add comment in version history and increase version number --- getssl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/getssl b/getssl index 6865dd7..0de3ef4 100755 --- a/getssl +++ b/getssl @@ -149,10 +149,11 @@ # 2016-11-03 Reduce long lines, and remove echo from update (1.77) # 2016-11-05 added TOKEN_USER_ID (to set ownership of token files ) # 2016-11-05 updated style to work with latest shellcheck (1.78) +# 2016-11-08 Add and comment optional sshuserid for ssh ACL (1.79) # ---------------------------------------------------------------------------------------- PROGNAME=${0##*/} -VERSION="1.78" +VERSION="1.79" # defaults CODE_LOCATION="https://raw.githubusercontent.com/srvrco/getssl/master/getssl"