Skip to content

Commit

Permalink
Release 0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
juruen authored and ddvk committed Sep 23, 2024
1 parent 2a7afab commit f0a9cde
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.24 (December 30, 2022)

- Make sure Windows binaries have an exe extension (@juruen)

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.21/rmapi-macosx.zip -o rmapi.zip
curl -L https://github.com/juruen/rmapi/releases/download/v0.0.24/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

var Version = "dev"
var Version = "0.0.24"

0 comments on commit f0a9cde

Please sign in to comment.