Skip to content

Commit 2f51861

Browse files
committed
Update version and change log
1 parent 9d02311 commit 2f51861

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

getssl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
# 2021-07-07 Request new certificate if SANs have changed (#669)(#673)
264264
# 2021-07-12 Do not redirect outputs on remote commands when the debug option is used (atisne)
265265
# 2021-07-20 Use +noidnout to enable certificates for IDN domains (#679)(2.37)
266+
# 2021-07-22 Only pass +noidnout param to dig/drill(#682)(2.38)
266267
# ----------------------------------------------------------------------------------------
267268

268269
case :$SHELLOPTS: in
@@ -271,7 +272,7 @@ esac
271272

272273
PROGNAME=${0##*/}
273274
PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)"
274-
VERSION="2.37"
275+
VERSION="2.38"
275276

276277
# defaults
277278
ACCOUNT_KEY_LENGTH=4096

0 commit comments

Comments
 (0)