diff options
author | Loïc Hoguin <[email protected]> | 2013-06-20 15:17:33 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-06-20 15:17:33 +0200 |
commit | 4f70a16bbe08e446e8fec248ca345d5f8e7df038 (patch) | |
tree | 2e1fcf5f9f0c8f5dab7cb8af82e7b5fcab32e6eb /src/ranch.app.src | |
parent | fe9f54a8de4652a1a615a9c4b42ebdad22822f7e (diff) | |
download | ranch-4f70a16bbe08e446e8fec248ca345d5f8e7df038.tar.gz ranch-4f70a16bbe08e446e8fec248ca345d5f8e7df038.tar.bz2 ranch-4f70a16bbe08e446e8fec248ca345d5f8e7df038.zip |
Update Ranch to 0.8.40.8.4
Diffstat (limited to 'src/ranch.app.src')
-rw-r--r-- | src/ranch.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ranch.app.src b/src/ranch.app.src index 5df6342..3884c6b 100644 --- a/src/ranch.app.src +++ b/src/ranch.app.src @@ -16,7 +16,7 @@ {id, "Ranch"}, {description, "Socket acceptor pool for TCP protocols."}, {sub_description, "Reusable library for building networked applications."}, - {vsn, "0.8.3"}, + {vsn, "0.8.4"}, {modules, []}, {registered, [ranch_sup, ranch_server]}, {applications, [ |