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
commit 975de8e0707cb082787dd4b5e568afe6beacab76 Author: Sebb <[email protected]> AuthorDate: Tue Nov 23 20:56:09 2021 +0000 Update version --- server/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main.py b/server/main.py index 8917158..5480fff 100644 --- a/server/main.py +++ b/server/main.py @@ -40,7 +40,7 @@ import plugins.session PONYMAIL_FOAL_VERSION = "0.1.0" # The following version is generated by update_version.sh -PONYMAIL_PLUGIN_VERSION = 'd39d15d' # Must use single quotes +PONYMAIL_PLUGIN_VERSION = '9aed0b9' # Must use single quotes # Certain environments such as MinGW-w64 will not register as a TTY and uses buffered output.
