Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
- Add arm64 support

- Fallback to generic Linux install if bash isn't installed (e.g. for Alpine)
  • Loading branch information
bovine3dom committed Oct 6, 2024
1 parent 9169bc5 commit ffcd403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native_main.nim
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import tempfile
when defined(windows):
import windows_helpers

const VERSION = "0.4.1"
const VERSION = "0.5.0"

type
MessageRecv* = object
Expand Down

0 comments on commit ffcd403

Please sign in to comment.