diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2024-09-17 22:37:21 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-09-17 22:37:21 +0100 |
commit | 4d627c8f83ce47fbacc78123403c99c74d150890 (patch) | |
tree | bbbc1add2987ee7e7d8f9db2f94b7875761abb92 | |
parent | 24ed91f40634372d99f67f0e4e3c2ac0abde81bd (diff) | |
download | unit-4d627c8f83ce47fbacc78123403c99c74d150890.tar.gz unit-4d627c8f83ce47fbacc78123403c99c74d150890.tar.bz2 |
docs/unit-openapi.yaml: Update version for 1.33.0
Better late than never!
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
-rw-r--r-- | docs/unit-openapi.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/unit-openapi.yaml b/docs/unit-openapi.yaml index 3acc1416..efe2f63b 100644 --- a/docs/unit-openapi.yaml +++ b/docs/unit-openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - title: "NGINX Unit 1.32.0" + title: "NGINX Unit 1.33.0" description: "NGINX Unit is a lightweight and versatile application runtime that provides the essential components for your web application as a single open-source server: running application code, serving static assets, |