diff --git a/CHANGELOG.md b/CHANGELOG.md index ff9e813..8d95bff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## rmapi master +## rmapi 0.0.9 (February 01, 2020) * Change license to AGPL diff --git a/docs/tutorial-print-macosx.md b/docs/tutorial-print-macosx.md index 6c3c969..f637c52 100644 --- a/docs/tutorial-print-macosx.md +++ b/docs/tutorial-print-macosx.md @@ -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.8/rmapi-macosx.zip -o rmapi.zip -o rmapi.zip +curl -L https://github.com/juruen/rmapi/releases/download/v0.0.9/rmapi-macosx.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip ``` Alternatively, you can build it from sources. diff --git a/version/version.go b/version/version.go index 8764541..06ba49f 100644 --- a/version/version.go +++ b/version/version.go @@ -1,3 +1,3 @@ package version -const Version = "0.0.8" +const Version = "0.0.9"