aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-04-10 10:57:42 +0200
committerLoïc Hoguin <[email protected]>2018-04-10 10:57:42 +0200
commit8eaae552ec520605b7f4b0e5943256d2b5e3621c (patch)
tree7fd982a82d71f0195cdf33d5e880ddc7c5388dc5 /ebin
parentab4bd965e3b2a704d34a335c3158e7317606d1a2 (diff)
downloadranch-8eaae552ec520605b7f4b0e5943256d2b5e3621c.tar.gz
ranch-8eaae552ec520605b7f4b0e5943256d2b5e3621c.tar.bz2
ranch-8eaae552ec520605b7f4b0e5943256d2b5e3621c.zip
Ranch 1.5.01.5.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 360dfa7..023d64f 100644
--- a/ebin/ranch.app
+++ b/ebin/ranch.app
@@ -1,6 +1,6 @@
{application, 'ranch', [
{description, "Socket acceptor pool for TCP protocols."},
- {vsn, "1.4.0"},
+ {vsn, "1.5.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]},