diff options
author | Loïc Hoguin <[email protected]> | 2013-04-26 16:43:32 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-04-26 16:43:32 +0200 |
commit | 0099078c90f24682910ab923936b12ea92ecfb5e (patch) | |
tree | 0d6bd96aeef1786c792ad6fbbf2ddfb35180ebe7 /src/cowboy.app.src | |
parent | 9bc276df3bbd540be1594e4919f90d0a38aa09ad (diff) | |
download | cowboy-0099078c90f24682910ab923936b12ea92ecfb5e.tar.gz cowboy-0099078c90f24682910ab923936b12ea92ecfb5e.tar.bz2 cowboy-0099078c90f24682910ab923936b12ea92ecfb5e.zip |
Update to 0.8.4
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 d224c5d..92dd124 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.3"}, + {vsn, "0.8.4"}, {modules, []}, {registered, [cowboy_clock, cowboy_sup]}, {applications, [ |