aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-11-16 18:12:29 +0100
committerLoïc Hoguin <[email protected]>2015-11-16 18:12:29 +0100
commitc01dadde57e7c626b38e9051da417a9e5aaccae5 (patch)
treecde50d16ac53928ab92d36cad008ca8763a48778
parent5fcaf291bc4c54ca9d3ae0839379bfd9d794295f (diff)
downloadcowboy-c01dadde57e7c626b38e9051da417a9e5aaccae5.tar.gz
cowboy-c01dadde57e7c626b38e9051da417a9e5aaccae5.tar.bz2
cowboy-c01dadde57e7c626b38e9051da417a9e5aaccae5.zip
Update version to 1.1.0-dev
-rw-r--r--src/cowboy.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowboy.app.src b/src/cowboy.app.src
index c9cb850..f78823f 100644
--- a/src/cowboy.app.src
+++ b/src/cowboy.app.src
@@ -14,7 +14,7 @@
{application, cowboy, [
{description, "Small, fast, modular HTTP server."},
- {vsn, "1.0.4"},
+ {vsn, "1.1.0-dev"},
{id, "git"},
{modules, []},
{registered, [cowboy_clock, cowboy_sup]},