aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/cowboy.app
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-01-24 11:50:07 +0100
committerLoïc Hoguin <[email protected]>2018-01-24 11:50:07 +0100
commit8d49ae3dda5b4274e55d2f4e5a5b4da0515b5a10 (patch)
tree645454addb5a80e9d4cb3beb7c204fa6e139e894 /ebin/cowboy.app
parent819a47a220dcee309093721ea3c28e20ebfe246a (diff)
downloadcowboy-8d49ae3dda5b4274e55d2f4e5a5b4da0515b5a10.tar.gz
cowboy-8d49ae3dda5b4274e55d2f4e5a5b4da0515b5a10.tar.bz2
cowboy-8d49ae3dda5b4274e55d2f4e5a5b4da0515b5a10.zip
Update Cowboy to 2.2.22.2.2
Diffstat (limited to 'ebin/cowboy.app')
-rw-r--r--ebin/cowboy.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/cowboy.app b/ebin/cowboy.app
index b6c175e..2ce61d8 100644
--- a/ebin/cowboy.app
+++ b/ebin/cowboy.app
@@ -1,6 +1,6 @@
{application, 'cowboy', [
{description, "Small, fast, modern HTTP server."},
- {vsn, "2.2.1"},
+ {vsn, "2.2.2"},
{modules, ['cowboy','cowboy_app','cowboy_bstr','cowboy_children','cowboy_clear','cowboy_clock','cowboy_compress_h','cowboy_constraints','cowboy_handler','cowboy_http','cowboy_http2','cowboy_iolists','cowboy_loop','cowboy_metrics_h','cowboy_middleware','cowboy_req','cowboy_rest','cowboy_router','cowboy_static','cowboy_stream','cowboy_stream_h','cowboy_sub_protocol','cowboy_sup','cowboy_tls','cowboy_tracer_h','cowboy_websocket']},
{registered, [cowboy_sup,cowboy_clock]},
{applications, [kernel,stdlib,crypto,cowlib,ranch]},