Skip to content

Commit

Permalink
Set release version to 1.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
endelwar committed Nov 9, 2020
1 parent a2039b2 commit a2c9c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.2-dev
1.2.16
-----------
Compatibility
- Permit Sendmail 15-chars-long MessageId in input validation (#652)
Expand Down
2 changes: 1 addition & 1 deletion mailscanner/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function getVirusRegex($scanner = null)
*/
function mailwatch_version()
{
return '1.2.15';
return '1.2.16';
}

/**
Expand Down

0 comments on commit a2c9c9d

Please sign in to comment.