Skip to content

Commit 855b2f4

Browse files
committed
update version number
1 parent 3748d41 commit 855b2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

send_email

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -euo pipefail
1414
IFS=$'\n\t'
1515
__SNDEM_VERSION_MAJOR__="0"
1616
__SNDEM_VERSION_MINOR__="4"
17-
__SNDEM_VERSION_PATCH__="1"
17+
__SNDEM_VERSION_PATCH__="7"
1818
__SNDEM_VERSION__="${__SNDEM_VERSION_MAJOR__}.${__SNDEM_VERSION_MINOR__}.${__SNDEM_VERSION_PATCH__}"
1919
__DEBUG_MODE__=0
2020
__DRYRUN_MODE__=0

0 commit comments

Comments
 (0)