diff options
-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 cf80068..03b8dae 100644 --- a/src/ranch.app.src +++ b/src/ranch.app.src @@ -14,7 +14,7 @@ {application, ranch, [ {description, "Socket acceptor pool for TCP protocols."}, - {vsn, "0.8.4"}, + {vsn, "0.8.5"}, {modules, []}, {registered, [ranch_sup, ranch_server]}, {applications, [ |