aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/ranch.app
diff options
context:
space:
mode:
Diffstat (limited to 'ebin/ranch.app')
-rw-r--r--ebin/ranch.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/ranch.app b/ebin/ranch.app
index 15e74a5..3de1674 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.0"},
+ {vsn, "1.3.2"},
{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]},