diff options
author | Loïc Hoguin <[email protected]> | 2012-04-14 17:51:54 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2012-04-14 17:52:54 +0200 |
commit | c19a4b4f3c5b25d7b064fc58a90875b55df30aca (patch) | |
tree | dfe160104bf3ecde16908965ef973bbfbd3e3b92 /src/ranch.app.src | |
parent | 4156fa3ebb978a21b52abf94202bb3d7676f4c03 (diff) | |
download | ranch-c19a4b4f3c5b25d7b064fc58a90875b55df30aca.tar.gz ranch-c19a4b4f3c5b25d7b064fc58a90875b55df30aca.tar.bz2 ranch-c19a4b4f3c5b25d7b064fc58a90875b55df30aca.zip |
Update version to 0.2.00.2.0
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 becbe4c..6501cb0 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.1.0"}, + {vsn, "0.2.0"}, {modules, []}, {registered, [ranch_sup]}, {applications, [ |