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 04fc6d38de48c94d84ab7d3ec302a29d23f668d0 Author: Sebb <[email protected]> AuthorDate: Tue Nov 30 23:27:29 2021 +0000 Fix revision number Not sure where this revision came from --- webui/js/ponymail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/js/ponymail.js b/webui/js/ponymail.js index 711cb6e..9c69590 100644 --- a/webui/js/ponymail.js +++ b/webui/js/ponymail.js @@ -16,7 +16,7 @@ */ // THIS IS AN AUTOMATICALLY COMBINED FILE. PLEASE EDIT THE source/ FILES! -const PONYMAIL_REVISION = "5836133"; +const PONYMAIL_REVISION = "ae9032f";
