aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-06-07 15:01:51 +0200
committerLoïc Hoguin <[email protected]>2017-06-07 15:01:51 +0200
commit166c871cde56c46f7dd923984d50e14b7cb70c17 (patch)
treeb72cd43eabababa440ea37e03dd141fdd80a4077 /ebin
parentb1cf132ebc27aae2b48bcd0fca4e3a49c4241513 (diff)
downloadranch-166c871cde56c46f7dd923984d50e14b7cb70c17.tar.gz
ranch-166c871cde56c46f7dd923984d50e14b7cb70c17.tar.bz2
ranch-166c871cde56c46f7dd923984d50e14b7cb70c17.zip
Update to Ranch 1.4.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 3de1674..d41d60a 100644
--- a/ebin/ranch.app
+++ b/ebin/ranch.app
@@ -1,6 +1,6 @@
{application, ranch, [
{description, "Socket acceptor pool for TCP protocols."},
- {vsn, "1.3.2"},
+ {vsn, "1.4.0"},
{modules, ['ranch','ranch_acceptor','ranch_acceptors_sup','ranch_app','ranch_conns_sup','ranch_listener_sup','ranch_protocol','ranch_server','ranch_ssl','ranch_sup','ranch_tcp','ranch_transport']},
{registered, [ranch_sup,ranch_server]},
{applications, [kernel,stdlib,ssl]},