Skip to content

Commit

Permalink
Pull request: openapi: upd version
Browse files Browse the repository at this point in the history
Closes AdguardTeam#3364.

Squashed commit of the following:

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

    openapi: upd version
  • Loading branch information
ainar-g authored and heyxkhoa committed Mar 17, 2023
1 parent 32990e8 commit fa234d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'description': >
AdGuard Home REST-ish API. Our admin web interface is built on top of this
REST-ish API.
'version': '0.105'
'version': '0.107'
'contact':
'name': 'AdGuard Home'
'url': 'https://github.com/AdguardTeam/AdGuardHome'
Expand Down

0 comments on commit fa234d7

Please sign in to comment.