diff options
author | Loïc Hoguin <[email protected]> | 2018-04-30 15:12:09 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-04-30 15:12:09 +0200 |
commit | 5d5f3f846103ae24fbebaec294bc8b0390df8c4e (patch) | |
tree | d8c40042014bb63d4a0cd66a9ae351c4aae78f23 /doc/src/guide/getting_started.asciidoc | |
parent | 42439b93dba228b2caa078fddd8ad4716f113d90 (diff) | |
download | cowboy-5d5f3f846103ae24fbebaec294bc8b0390df8c4e.tar.gz cowboy-5d5f3f846103ae24fbebaec294bc8b0390df8c4e.tar.bz2 cowboy-5d5f3f846103ae24fbebaec294bc8b0390df8c4e.zip |
Update Cowboy to 2.4.0
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 2d2adb0..5ef3f13 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.3.0 +dep_cowboy_commit = 2.4.0 DEP_PLUGINS = cowboy |