Skip to content

Commit 09f44a7

Browse files
committed
Update version and revision history
1 parent 521ba0f commit 09f44a7

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
@@ -289,6 +289,7 @@
289289
# 2022-11-01 Add FTP_PORT
290290
# 2023-02-04 Create newline to ensure [SAN] section can be parsed (#792)(MRigal)
291291
# 2023-02-22 Remove cronie from deb package dependencies (2.48)
292+
# 2023-12-06 Makes DNS validation selectable by domain (2.49)
292293
# ----------------------------------------------------------------------------------------
293294

294295
case :$SHELLOPTS: in
@@ -297,7 +298,7 @@ esac
297298

298299
PROGNAME=${0##*/}
299300
PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)"
300-
VERSION="2.48"
301+
VERSION="2.49"
301302

302303
# defaults
303304
ACCOUNT_KEY_LENGTH=4096

0 commit comments

Comments
 (0)