From 1afdb7b5a811ab126e0cfc523d1549ac579b760d Mon Sep 17 00:00:00 2001 From: Caped Crusader Date: Wed, 28 Sep 2016 10:44:38 +0200 Subject: [PATCH] Change VERSION and add entry to revision history. --- getssl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/getssl b/getssl index 802b26d..239fd53 100755 --- a/getssl +++ b/getssl @@ -112,10 +112,11 @@ # 2016-09-24 merged in IPv6 support (1.46) # 2016-09-27 added additional debug info issue #119 (1.47) # 2016-09-27 removed IPv6 switch in favour of checking both IPv4 and IPv6 (1.48) +# 2016-09-28 Add -Q, or --mute, switch to mute notifications about successfully upgrading getssl (1.49) # --------------------------------------------------------------------------- PROGNAME=${0##*/} -VERSION="1.48" +VERSION="1.49" # defaults CODE_LOCATION="https://raw.githubusercontent.com/srvrco/getssl/master/getssl"