aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-28 11:35:20 +0100
committerLoïc Hoguin <[email protected]>2018-11-28 11:35:20 +0100
commit3190aef88aea04d6dce8545fe9b4574288903f44 (patch)
tree22dbee327054ae8a8fa7d7901b689ee18687dc4e /ebin
parent0d9ad0a8445e7ba6e8bf9591257fa4457dda8321 (diff)
downloadranch-3190aef88aea04d6dce8545fe9b4574288903f44.tar.gz
ranch-3190aef88aea04d6dce8545fe9b4574288903f44.tar.bz2
ranch-3190aef88aea04d6dce8545fe9b4574288903f44.zip
Ranch 1.7.11.7.1
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 e001a94..ca9b50a 100644
--- a/ebin/ranch.app
+++ b/ebin/ranch.app
@@ -1,6 +1,6 @@
{application, 'ranch', [
{description, "Socket acceptor pool for TCP protocols."},
- {vsn, "1.7.0"},
+ {vsn, "1.7.1"},
{modules, ['ranch','ranch_acceptor','ranch_acceptors_sup','ranch_app','ranch_conns_sup','ranch_crc32c','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]},