diff options
author | Loïc Hoguin <[email protected]> | 2013-02-22 15:35:56 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-02-22 15:35:56 +0100 |
commit | 6884a4949b5235eb809996228406c659a349fc60 (patch) | |
tree | 5adb535fb3e82bb1d85426a369c7c8d9b5ca694f | |
parent | fd636c9e6aa4c8488d6371a9d16649ae8f5348aa (diff) | |
download | cowboy-6884a4949b5235eb809996228406c659a349fc60.tar.gz cowboy-6884a4949b5235eb809996228406c659a349fc60.tar.bz2 cowboy-6884a4949b5235eb809996228406c659a349fc60.zip |
Update to 0.8.10.8.1
-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 445bddf..e6309f9 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.0"}, + {vsn, "0.8.1"}, {modules, []}, {registered, [cowboy_clock, cowboy_sup]}, {applications, [ |