From 05d77153a02d90b97a075ed059f878b5ab9ab615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 23 Jan 2025 15:09:18 +0100 Subject: [PATCH] Fix supported OTP version in user guide --- doc/src/guide/introduction.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/guide/introduction.asciidoc b/doc/src/guide/introduction.asciidoc index 519608d1..dec23c08 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