aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-02-21 16:05:57 +0100
committerLoïc Hoguin <[email protected]>2020-02-21 16:06:31 +0100
commit51b01240084fd1aa4bf691e7dac07119e5f23e34 (patch)
treee628d893e52cad0e5cb7a854d42f244b8e6761db /ebin
parent768c9638593ec6949288f266792761df2e8ad23e (diff)
downloadranch-51b01240084fd1aa4bf691e7dac07119e5f23e34.tar.gz
ranch-51b01240084fd1aa4bf691e7dac07119e5f23e34.tar.bz2
ranch-51b01240084fd1aa4bf691e7dac07119e5f23e34.zip
Ranch 2.0.0-rc.32.0.0-rc.3
This tag is necessary so that the release upgrade test suite passes.
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 0e5db7f..d2cf7c4 100644
--- a/ebin/ranch.app
+++ b/ebin/ranch.app
@@ -1,6 +1,6 @@
{application, 'ranch', [
{description, "Socket acceptor pool for TCP protocols."},
- {vsn, "2.0.0-rc.2"},
+ {vsn, "2.0.0-rc.3"},
{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]},