From 43aead4f477dbc3d0e13608fe6784f29f4ae7126 Mon Sep 17 00:00:00 2001 From: Javier Uruen Val Date: Sat, 1 Feb 2020 17:09:52 +0100 Subject: [PATCH] Release 0.0.9 --- CHANGELOG.md | 2 +- docs/tutorial-print-macosx.md | 2 +- version/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"