aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-06-28 20:15:52 +0200
committerLoïc Hoguin <[email protected]>2017-06-28 20:15:52 +0200
commit2bcb3902570ee4411dfe526e2662a55751d5c1d9 (patch)
tree8c90e25dbc3c0dd97624e5a4976103a891b9a17d
parent490fbbe2f75f0379ee892b44002155bf1d44c529 (diff)
downloadcowboy-2.0.0-pre.10.tar.gz
cowboy-2.0.0-pre.10.tar.bz2
cowboy-2.0.0-pre.10.zip
Update version to 2.0.0-pre.102.0.0-pre.10
-rw-r--r--Makefile2
-rw-r--r--ebin/cowboy.app2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e7e72b3..abbe31d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowboy
PROJECT_DESCRIPTION = Small, fast, modern HTTP server.
-PROJECT_VERSION = 2.0.0-pre.9
+PROJECT_VERSION = 2.0.0-pre.10
PROJECT_REGISTERED = cowboy_clock
# Options.
diff --git a/ebin/cowboy.app b/ebin/cowboy.app
index 74127c1..352f14c 100644
--- a/ebin/cowboy.app
+++ b/ebin/cowboy.app
@@ -1,6 +1,6 @@
{application, 'cowboy', [
{description, "Small, fast, modern HTTP server."},
- {vsn, "2.0.0-pre.9"},
+ {vsn, "2.0.0-pre.10"},
{modules, ['cowboy','cowboy_app','cowboy_bstr','cowboy_clear','cowboy_clock','cowboy_compress_h','cowboy_constraints','cowboy_handler','cowboy_http','cowboy_http2','cowboy_iolists','cowboy_loop','cowboy_middleware','cowboy_req','cowboy_rest','cowboy_router','cowboy_static','cowboy_stream','cowboy_stream_h','cowboy_sub_protocol','cowboy_sup','cowboy_tls','cowboy_websocket']},
{registered, [cowboy_sup,cowboy_clock]},
{applications, [kernel,stdlib,crypto,cowlib,ranch]},