From 46cce4814390a2917563ce7af82e0e1bbfc81ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 12 Feb 2013 18:05:52 +0100 Subject: Update to 0.8.0 --- src/cowboy.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cowboy.app.src b/src/cowboy.app.src index 59fa8fe..445bddf 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.7.0"}, + {vsn, "0.8.0"}, {modules, []}, {registered, [cowboy_clock, cowboy_sup]}, {applications, [ -- cgit v1.2.3