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

Commit

Permalink
Release 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
juruen committed Nov 15, 2021
1 parent e322dcc commit a97ec2a
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.18 (November 15, 2021)

* More fixes for new sync protocol (@ddvk)

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.17/rmapi-macosx.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip
curl -L https://github.com/juruen/rmapi/releases/download/v0.0.18/rmapi-macosx.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip -o rmapi.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.17"
const Version = "0.0.18"

0 comments on commit a97ec2a

Please sign in to comment.