Browse Source

Update change log and version

pull/740/head
Tim Kimber 4 years ago
parent
commit
2d656df945
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      getssl

+ 4
- 1
getssl View File

@ -279,6 +279,9 @@
# 2021-10-22 Copy fullchain to DOMAIN_CHAIN_LOCATION (amartin-git)
# 2021-11-10 Detect Solaris and use gnu tools (#701)(miesi)
# 2021-11-12 Support acme-dns and fix CNAME issues (#722)(#308)
# 2021-12-22 Don't show usage if run with --upgrade (#728)
# 2021-12-23 Don't use +idnout if dig shows a warning (#688)
# 2022-01-06 Support --account-id (#716)(2.46)
# ----------------------------------------------------------------------------------------
case :$SHELLOPTS: in
@ -287,7 +290,7 @@ esac
PROGNAME=${0##*/}
PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)"
VERSION="2.45"
VERSION="2.46"
# defaults
ACCOUNT_KEY_LENGTH=4096


Loading…
Cancel
Save