From 8915bd0d4b285dfad1ebb5282a330254a994150c Mon Sep 17 00:00:00 2001 From: dedinext Date: Tue, 8 Nov 2016 14:03:28 +0000 Subject: [PATCH] Bump version number to 1.80 --- getssl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getssl b/getssl index 0de3ef4..ea7a1c6 100755 --- a/getssl +++ b/getssl @@ -149,11 +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) +# 2016-11-08 Add and comment optional sshuserid for ssh ACL (1.80) # ---------------------------------------------------------------------------------------- PROGNAME=${0##*/} -VERSION="1.79" +VERSION="1.80" # defaults CODE_LOCATION="https://raw.githubusercontent.com/srvrco/getssl/master/getssl"