aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-14 10:55:23 +0100
committerLoïc Hoguin <[email protected]>2018-11-14 10:55:23 +0100
commit2f502078fd0f56e3e61e58f1d57ae15f9f736ffe (patch)
treecd80952cbe2f336a0485535ef82a8c59d49a593d /ebin
parent4d0ae7e8c646d00eb868fdee11756b1770a3b976 (diff)
downloadranch-2f502078fd0f56e3e61e58f1d57ae15f9f736ffe.tar.gz
ranch-2f502078fd0f56e3e61e58f1d57ae15f9f736ffe.tar.bz2
ranch-2f502078fd0f56e3e61e58f1d57ae15f9f736ffe.zip
Document the PROXY-related functions; prepare 1.7.0
Diffstat (limited to 'ebin')
-rw-r--r--ebin/ranch.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/ranch.app b/ebin/ranch.app
index 0c5bf36..82a4bbc 100644
--- a/ebin/ranch.app
+++ b/ebin/ranch.app
@@ -1,6 +1,6 @@
{application, 'ranch', [
{description, "Socket acceptor pool for TCP protocols."},
- {vsn, "1.6.2"},
+ {vsn, "1.7.0"},
{modules, ['ranch','ranch_acceptor','ranch_acceptors_sup','ranch_app','ranch_conns_sup','ranch_listener_sup','ranch_protocol','ranch_proxy_header','ranch_server','ranch_ssl','ranch_sup','ranch_tcp','ranch_transport']},
{registered, [ranch_sup,ranch_server]},
{applications, [kernel,stdlib,ssl]},