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 d1b9612 Update version
d1b9612 is described below
commit d1b9612745ab85adb8ecc12a2c58a86dc183c7a6
Author: Sebb <[email protected]>
AuthorDate: Tue Nov 30 16:01:18 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 f44d859..05a1aa0 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 = '9aed0b9' # Must use single quotes
+PONYMAIL_PLUGIN_VERSION = '2732886' # Must use single quotes
# Certain environments such as MinGW-w64 will not register as a TTY and uses
buffered output.