diff options
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 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, [ |