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 2cd71c2 Update version
2cd71c2 is described below
commit 2cd71c28033dce74643863c4e5287861f2761967
Author: Sebb <[email protected]>
AuthorDate: Tue Nov 23 10:01:58 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 e70a5ef..826ebc7 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 = 'ddb0af0' # Must use single quotes
+PONYMAIL_PLUGIN_VERSION = 'da9bdbb' # Must use single quotes
# Certain environments such as MinGW-w64 will not register as a TTY and uses
buffered output.