We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3748d41 commit 855b2f4Copy full SHA for 855b2f4
send_email
@@ -14,7 +14,7 @@ set -euo pipefail
14
IFS=$'\n\t'
15
__SNDEM_VERSION_MAJOR__="0"
16
__SNDEM_VERSION_MINOR__="4"
17
-__SNDEM_VERSION_PATCH__="1"
+__SNDEM_VERSION_PATCH__="7"
18
__SNDEM_VERSION__="${__SNDEM_VERSION_MAJOR__}.${__SNDEM_VERSION_MINOR__}.${__SNDEM_VERSION_PATCH__}"
19
__DEBUG_MODE__=0
20
__DRYRUN_MODE__=0
0 commit comments