Skip to content

Commit

Permalink
Update revision history and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
timkimber committed Apr 8, 2020
1 parent 005b57e commit e503625
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion getssl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e503625

Please sign in to comment.