diff options
author | Loïc Hoguin <[email protected]> | 2025-01-23 15:09:18 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-01-23 15:09:18 +0100 |
commit | 05d77153a02d90b97a075ed059f878b5ab9ab615 (patch) | |
tree | 8cbb8b5034c21049998839b3db53c2d14e265b49 /doc/src | |
parent | f071d772ede81981291cdb8e9f9c41981e131e57 (diff) | |
download | cowboy-05d77153a02d90b97a075ed059f878b5ab9ab615.tar.gz cowboy-05d77153a02d90b97a075ed059f878b5ab9ab615.tar.bz2 cowboy-05d77153a02d90b97a075ed059f878b5ab9ab615.zip |
Fix supported OTP version in user guide
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/guide/introduction.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/introduction.asciidoc b/doc/src/guide/introduction.asciidoc index 519608d..dec23c0 100644 --- a/doc/src/guide/introduction.asciidoc +++ b/doc/src/guide/introduction.asciidoc @@ -35,7 +35,7 @@ guarantee that the experience will be safe and smooth. You are advised to perform the necessary testing and security audits prior to deploying on other platforms. -Cowboy is developed for Erlang/OTP 22.0 and newer. +Cowboy is developed for Erlang/OTP 24.0 and newer. === License |