diff options
author | Loïc Hoguin <[email protected]> | 2013-03-09 15:09:51 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-03-09 15:10:52 +0100 |
commit | cc507789bf1d9ea27e9fb53d06dc8a464672b7da (patch) | |
tree | f80b0d328ce8ebf569e8d05ea331ee5a1af04ab0 /src | |
parent | ed05627b88103c904a17b294acdee2036e61a4b0 (diff) | |
download | cowboy-cc507789bf1d9ea27e9fb53d06dc8a464672b7da.tar.gz cowboy-cc507789bf1d9ea27e9fb53d06dc8a464672b7da.tar.bz2 cowboy-cc507789bf1d9ea27e9fb53d06dc8a464672b7da.zip |
Update to 0.8.20.8.2
Diffstat (limited to 'src')
-rw-r--r-- | src/cowboy.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowboy.app.src b/src/cowboy.app.src index e6309f9..f4dcac2 100644 --- a/src/cowboy.app.src +++ b/src/cowboy.app.src @@ -17,7 +17,7 @@ {description, "Small, fast, modular HTTP server."}, {sub_description, "Cowboy is also a socket acceptor pool, " "able to accept connections for any kind of TCP protocol."}, - {vsn, "0.8.1"}, + {vsn, "0.8.2"}, {modules, []}, {registered, [cowboy_clock, cowboy_sup]}, {applications, [ |