aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-01-31 18:56:07 +0100
committerLoïc Hoguin <[email protected]>2017-01-31 18:56:07 +0100
commit2a7bb7ba11793f9fb2cc235ab1a370196c7ee684 (patch)
tree17554ca5b086d5c173e8f4110f8355d8161ad92b
parent844115826044db2be3bc23392c21ecffada10a24 (diff)
downloadcowboy-2a7bb7ba11793f9fb2cc235ab1a370196c7ee684.tar.gz
cowboy-2a7bb7ba11793f9fb2cc235ab1a370196c7ee684.tar.bz2
cowboy-2a7bb7ba11793f9fb2cc235ab1a370196c7ee684.zip
Update to 1.1.01.1.0
-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 f78823f..707c08b 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.1.0-dev"},
+ {vsn, "1.1.0"},
{id, "git"},
{modules, []},
{registered, [cowboy_clock, cowboy_sup]},