diff options
author | Loïc Hoguin <[email protected]> | 2013-05-01 18:28:30 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-05-01 18:28:30 +0200 |
commit | 935c7c94673027c3940a771c6e8b32f77152f1c9 (patch) | |
tree | c379414ff0a176557f94a0abf73b31ddbda7dc09 /src/ranch.app.src | |
parent | e6e5c73194a1e85308a6f872f32c977076d94cf9 (diff) | |
download | ranch-935c7c94673027c3940a771c6e8b32f77152f1c9.tar.gz ranch-935c7c94673027c3940a771c6e8b32f77152f1c9.tar.bz2 ranch-935c7c94673027c3940a771c6e8b32f77152f1c9.zip |
Update Ranch to 0.8.20.8.2
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 c8fbf30..868616a 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.1"}, + {vsn, "0.8.2"}, {modules, []}, {registered, [ranch_sup, ranch_server]}, {applications, [ |