Skip to content

Commit 1ed2164

Browse files
committed
Set release version to 1.2.20
1 parent 916f2bd commit 1ed2164

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 1.2.20
46
### Improvements
57
- Better compatibility with MailScanner milter relay (#1267, #1271)
68
- Added filters to search for released and learned mails (#1269)

mailscanner/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ function getVirusRegex($scanner = null)
249249
*/
250250
function mailwatch_version()
251251
{
252-
return '1.2.19';
252+
return '1.2.20';
253253
}
254254

255255
/**

0 commit comments

Comments
 (0)