diff options
author | Loïc Hoguin <[email protected]> | 2018-01-24 11:50:07 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-01-24 11:50:07 +0100 |
commit | 8d49ae3dda5b4274e55d2f4e5a5b4da0515b5a10 (patch) | |
tree | 645454addb5a80e9d4cb3beb7c204fa6e139e894 /doc/src/guide/getting_started.asciidoc | |
parent | 819a47a220dcee309093721ea3c28e20ebfe246a (diff) | |
download | cowboy-8d49ae3dda5b4274e55d2f4e5a5b4da0515b5a10.tar.gz cowboy-8d49ae3dda5b4274e55d2f4e5a5b4da0515b5a10.tar.bz2 cowboy-8d49ae3dda5b4274e55d2f4e5a5b4da0515b5a10.zip |
Update Cowboy to 2.2.22.2.2
Diffstat (limited to 'doc/src/guide/getting_started.asciidoc')
-rw-r--r-- | doc/src/guide/getting_started.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/getting_started.asciidoc b/doc/src/guide/getting_started.asciidoc index 6e26334..156a94f 100644 --- a/doc/src/guide/getting_started.asciidoc +++ b/doc/src/guide/getting_started.asciidoc @@ -69,7 +69,7 @@ fetch and compile Cowboy: PROJECT = hello_erlang DEPS = cowboy -dep_cowboy_commit = 2.2.1 +dep_cowboy_commit = 2.2.2 DEP_PLUGINS = cowboy |