diff options
author | Loïc Hoguin <[email protected]> | 2014-08-01 12:06:42 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-08-01 12:06:42 +0200 |
commit | 69d2c35dc204b2e6f177e6e9edd327e32372fcbc (patch) | |
tree | 35910b82f3c76d19e1b119fc4aa31a6229ea3726 /guide | |
parent | 9b04fed1a57d976143cbe066240159f258e71051 (diff) | |
download | ranch-69d2c35dc204b2e6f177e6e9edd327e32372fcbc.tar.gz ranch-69d2c35dc204b2e6f177e6e9edd327e32372fcbc.tar.bz2 ranch-69d2c35dc204b2e6f177e6e9edd327e32372fcbc.zip |
Add versioning information
Diffstat (limited to 'guide')
-rw-r--r-- | guide/introduction.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/guide/introduction.md b/guide/introduction.md index b34a5bc..9cb5f15 100644 --- a/guide/introduction.md +++ b/guide/introduction.md @@ -30,3 +30,8 @@ Ranch is developed for Erlang R15B01 and later versions. Ranch may be compiled on earlier Erlang versions with small source code modifications but there is no guarantee that it will work as expected. + +Versioning +---------- + +Ranch uses [Semantic Versioning 2.0.0](http://semver.org/). |