diff options
author | Loïc Hoguin <essen@ninenines.eu> | 2013-01-17 19:30:09 +0100 |
---|---|---|
committer | Loïc Hoguin <essen@ninenines.eu> | 2013-01-17 19:30:09 +0100 |
commit | d635aece25ae0d6489d2c3c074cfb6363d92fc61 (patch) | |
tree | e5a4e49f0a275745f0f2c1b220137e0ee34971ab /src | |
parent | e4833a4ec674e737d776a06dfff423924c49bee3 (diff) | |
download | ranch-d635aece25ae0d6489d2c3c074cfb6363d92fc61.tar.gz ranch-d635aece25ae0d6489d2c3c074cfb6363d92fc61.tar.bz2 ranch-d635aece25ae0d6489d2c3c074cfb6363d92fc61.zip |
Update Ranch to 0.6.10.6.1
Diffstat (limited to '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 20335cd..ebf1404 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.6.0"}, + {vsn, "0.6.1"}, {modules, []}, {registered, [ranch_sup, ranch_server]}, {applications, [ |