Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
juruen committed Jan 6, 2020
1 parent 9b57890 commit 01e090f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## rmapi master
## rmapi 0.0.8 (January 06, 2020)

* Add support for v5 annotations

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial-print-macosx.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Use `terminal` or `iterm` to get a terminal to run commands from it.
Download `rmapi` with the following command:

```bash
curl -L https://github.com/juruen/rmapi/releases/download/v0.0.6/rmapi-macosx.zip -o rmapi.zip
curl -L https://github.com/juruen/rmapi/releases/download/v0.0.8/rmapi-macosx.zip -o rmapi.zip -o rmapi.zip
```

Alternatively, you can build it from sources.
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "0.0.6"
const Version = "0.0.8"

0 comments on commit 01e090f

Please # to comment.