This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push: new 8a9afd9 Fix server version 8a9afd9 is described below commit 8a9afd9e270edab702c16e0b174fc912dfb65797 Author: Sebb <s...@apache.org> AuthorDate: Sun Apr 28 00:05:39 2024 +0100 Fix server version --- server/server_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/server_version.py b/server/server_version.py index ad04347..a78d1f6 100644 --- a/server/server_version.py +++ b/server/server_version.py @@ -1,2 +1,2 @@ # This file is generated by server/update_version.sh -PONYMAIL_SERVER_VERSION = '218c4f5' +PONYMAIL_SERVER_VERSION = '4d644b1'