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

Commit 2008247

Browse files
committed
Release 0.0.6
1 parent a56d5c5 commit 2008247

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## rmapi (master)
1+
## rmapi 0.0.6 (September 08, 2019)
22

33
* Migrate to go11 modules
44

docs/tutorial-print-macosx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use `terminal` or `iterm` to get a terminal to run commands from it.
1919
Download `rmapi` with the following command:
2020

2121
```bash
22-
curl -L https://github.com/juruen/rmapi/releases/download/v0.0.5/rmapi-macosx-v0.0.5.zip -o rmapi.zip
22+
curl -L https://github.com/juruen/rmapi/releases/download/v0.0.6/rmapi-macosx-v0.0.6.zip -o rmapi.zip
2323
```
2424

2525
Alternatively, you can build it from sources.

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
const Version = "0.0.5"
3+
const Version = "0.0.6"

0 commit comments

Comments
 (0)