This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit 35b765886ca5275905a0f4803ac6c5a9551684c4 Author: Daniel Gruno <[email protected]> AuthorDate: Wed Nov 17 21:21:25 2021 +0100 dedup We have foal twice in the version, let's only have it once. --- webui/js/source/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/js/source/init.js b/webui/js/source/init.js index 25f3512..193fd28 100644 --- a/webui/js/source/init.js +++ b/webui/js/source/init.js @@ -15,7 +15,7 @@ limitations under the License. */ -const PONYMAIL_VERSION = "1.0.1-Foal"; // Current version of Pony Mail +const PONYMAIL_VERSION = "1.0.1"; // Current version of Pony Mail Foal let apiURL = ''; // external API URL. Usually left blank.
