diff options
author | Loïc Hoguin <[email protected]> | 2013-06-20 16:02:33 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-06-20 16:02:33 +0200 |
commit | 0529f85492a9542f2e18d20bbe24496d6a7bc60b (patch) | |
tree | 62b2047632f2e2d5808e54f8b6c66daa31628e11 /src/cowboy.app.src | |
parent | b7944392529e0284ecc8bca1fb2a9feea23ec2f5 (diff) | |
download | cowboy-0529f85492a9542f2e18d20bbe24496d6a7bc60b.tar.gz cowboy-0529f85492a9542f2e18d20bbe24496d6a7bc60b.tar.bz2 cowboy-0529f85492a9542f2e18d20bbe24496d6a7bc60b.zip |
Update to 0.8.6
Diffstat (limited to 'src/cowboy.app.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 e9cfcb8..1e66532 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.5"}, + {vsn, "0.8.6"}, {modules, []}, {registered, [cowboy_clock, cowboy_sup]}, {applications, [ |