aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-07-17 14:29:36 +0200
committerLoïc Hoguin <[email protected]>2019-07-17 14:29:36 +0200
commitd0e8ae7c51b454e20e96f01fe829afdfb10715d5 (patch)
tree563823e28446ea378351625b92121c8c258a489b /ebin
parentdb3bd0133ed23f225d62c9a7eeac944ad1a312b1 (diff)
downloadranch-d0e8ae7c51b454e20e96f01fe829afdfb10715d5.tar.gz
ranch-d0e8ae7c51b454e20e96f01fe829afdfb10715d5.tar.bz2
ranch-d0e8ae7c51b454e20e96f01fe829afdfb10715d5.zip
Ranch 2.0.0-rc.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 cf51ced..31682c6 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.1"},
+ {vsn, "2.0.0-rc.1"},
{modules, ['ranch','ranch_acceptor','ranch_acceptors_sup','ranch_app','ranch_conns_sup','ranch_conns_sup_sup','ranch_crc32c','ranch_embedded_sup','ranch_listener_sup','ranch_protocol','ranch_proxy_header','ranch_server','ranch_server_proxy','ranch_ssl','ranch_sup','ranch_tcp','ranch_transport']},
{registered, [ranch_sup,ranch_server]},
{applications, [kernel,stdlib,ssl]},