Browse Source

Update to 1.1.0

Loïc Hoguin 8 years ago
parent
commit
2a7bb7ba11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/cowboy.app.src

+ 1 - 1
src/cowboy.app.src

@@ -14,7 +14,7 @@
 
 
 {application, cowboy, [
 {application, cowboy, [
 	{description, "Small, fast, modular HTTP server."},
 	{description, "Small, fast, modular HTTP server."},
-	{vsn, "1.1.0-dev"},
+	{vsn, "1.1.0"},
 	{id, "git"},
 	{id, "git"},
 	{modules, []},
 	{modules, []},
 	{registered, [cowboy_clock, cowboy_sup]},
 	{registered, [cowboy_clock, cowboy_sup]},