diff options
author | Loïc Hoguin <[email protected]> | 2025-02-17 15:18:23 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-02-17 15:18:23 +0100 |
commit | 24d32de931a0c985ff7939077463fc8be939f0e9 (patch) | |
tree | ce0cfd5622dff60a9fcc75f9bc46997dfa56f7ee /doc/src/guide | |
parent | eef66e0928d988e2d329f19b3c9fabf06d87781b (diff) | |
download | cowboy-master.tar.gz cowboy-master.tar.bz2 cowboy-master.zip |
Diffstat (limited to 'doc/src/guide')
-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 a26802d..06677ee 100644 --- a/doc/src/guide/getting_started.asciidoc +++ b/doc/src/guide/getting_started.asciidoc @@ -69,7 +69,7 @@ fetch and compile Cowboy, and that we will use releases: PROJECT = hello_erlang DEPS = cowboy -dep_cowboy_commit = 2.11.0 +dep_cowboy_commit = 2.13.0 REL_DEPS = relx |