diff options
author | Steve Manuel <nilslice@gmail.com> | 2018-01-21 12:21:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-21 12:21:40 -0700 |
commit | 63a60ccf7e3fe494b46d9ab75c15d355b7257404 (patch) | |
tree | b30d0d489942b9a9650e41555befc4a89b75dc42 /docs/src/CLI/General-Usage.md | |
parent | ca0b1f44fec5fb944304bf2668623d21bdc01150 (diff) |
[docs] bump version, release docs version (#226)
* [docs] README.md: update with circle badge and fix docs
* [docs] bump version
Diffstat (limited to 'docs/src/CLI/General-Usage.md')
-rw-r--r-- | docs/src/CLI/General-Usage.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/CLI/General-Usage.md b/docs/src/CLI/General-Usage.md index 2928a53..993ff18 100644 --- a/docs/src/CLI/General-Usage.md +++ b/docs/src/CLI/General-Usage.md @@ -46,6 +46,7 @@ type Review struct { Title string `json:"title"` Body string `json:"body"` Rating int `json:"rating"` + Tags []string `json:"tags"` } ``` |