Skip to content

Commit e503625

Browse files
committed
Update revision history and version number
1 parent 005b57e commit e503625

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

getssl

+3-1
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,12 @@
218218
# 2020-03-12 Fix bug with DNS validation and multiple domains (#524)
219219
# 2020-03-24 Find primary ns using all dns utils (dig, host, nslookup)
220220
# 2020-03-23 Fix staging server URL in domain template (2.21)
221+
# 2020-03-30 Fix error message find_dns_utils from over version of "command"
222+
# 2020-03-30 Fix problems if domain name isn't in lowercase (2.22)
221223
# ----------------------------------------------------------------------------------------
222224

223225
PROGNAME=${0##*/}
224-
VERSION="2.21"
226+
VERSION="2.22"
225227

226228
# defaults
227229
ACCOUNT_KEY_LENGTH=4096

0 commit comments

Comments
 (0)