From e50362501d3bee59fb092891cdd1a84efe6aedb8 Mon Sep 17 00:00:00 2001 From: Tim Kimber Date: Wed, 8 Apr 2020 18:59:16 +0100 Subject: [PATCH] Update revision history and version number --- getssl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/getssl b/getssl index 45d63cd..a0c530c 100755 --- a/getssl +++ b/getssl @@ -218,10 +218,12 @@ # 2020-03-12 Fix bug with DNS validation and multiple domains (#524) # 2020-03-24 Find primary ns using all dns utils (dig, host, nslookup) # 2020-03-23 Fix staging server URL in domain template (2.21) +# 2020-03-30 Fix error message find_dns_utils from over version of "command" +# 2020-03-30 Fix problems if domain name isn't in lowercase (2.22) # ---------------------------------------------------------------------------------------- PROGNAME=${0##*/} -VERSION="2.21" +VERSION="2.22" # defaults ACCOUNT_KEY_LENGTH=4096