Pull request: openapi: upd version

Closes #3364.

Squashed commit of the following:

commit 840c20c87ccd64a83010718c68d65adcb390134d
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Tue Jul 20 12:24:06 2021 +0300

    openapi: upd version
This commit is contained in:
Ainar Garipov
2021-07-20 12:31:52 +03:00
parent b9e85695db
commit 5292c7c387
2 changed files with 3 additions and 2 deletions

View File

@@ -377,7 +377,8 @@ attributes to make it work in Markdown renderers that strip "id". -->
* Prefer `'raw strings'` to `"double quoted strings"` whenever possible.
* Put spaces within `$( cmd )`, `$(( expr ))`, and `{ cmd; }`.
* Put spaces within `$( cmd )`, `$(( expr ))`, and `{ cmd; }`. Avoid spaces
within `${var}`.
* Put utility flags in the ASCII order and **don't** group them together. For
example, `ls -1 -A -q`.