diff options
author | Loïc Hoguin <[email protected]> | 2017-11-09 13:21:29 +0000 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-11-09 13:21:29 +0000 |
commit | f200a6febd9cf935e8d55e084d12fb68073cf3f3 (patch) | |
tree | 7d6e375adaf003e4f34acd6517c07c0cc72f1223 /doc/src/manual/cowboy_req.cert.asciidoc | |
parent | 44d96ed9be3818f5540a16117223c505800dcc21 (diff) | |
download | cowboy-f200a6febd9cf935e8d55e084d12fb68073cf3f3.tar.gz cowboy-f200a6febd9cf935e8d55e084d12fb68073cf3f3.tar.bz2 cowboy-f200a6febd9cf935e8d55e084d12fb68073cf3f3.zip |
Fix the introduction version for the new 2.1 functions
Diffstat (limited to 'doc/src/manual/cowboy_req.cert.asciidoc')
-rw-r--r-- | doc/src/manual/cowboy_req.cert.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/manual/cowboy_req.cert.asciidoc b/doc/src/manual/cowboy_req.cert.asciidoc index c398f60..466860a 100644 --- a/doc/src/manual/cowboy_req.cert.asciidoc +++ b/doc/src/manual/cowboy_req.cert.asciidoc @@ -54,7 +54,7 @@ The client TLS certificate. == Changelog -* *2.0*: Function introduced. +* *2.1*: Function introduced. == Examples |