From 0857b2e4edc69f16b013db27f9f7f0229eb0de3d Mon Sep 17 00:00:00 2001 From: Christian Joergensen Date: Wed, 26 Sep 2018 21:24:54 +0200 Subject: [PATCH] Updated readme to reflect versioning scheme. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 18698ca..e107c3f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ Features * Configurable limits for: connection count, message size and recipient count * Hands incoming e-mail off to a configured callback function +Version numbers +--------------- + +The package is tagged with semantic version numbers, making it suitable for use in a [Go Module](https://github.com/golang/go/wiki/Modules). + Feedback --------