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 94a294f Fix server version 94a294f is described below commit 94a294fa40fdd0d633d7c248612b637e05629cad Author: Sebb <s...@apache.org> AuthorDate: Tue Mar 28 23:14:15 2023 +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 dccc7b0..ad04347 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 = '7b8cb11' +PONYMAIL_SERVER_VERSION = '218c4f5'