Skip to content

Commit ffcd403

Browse files
committed
Release 0.5.0
- Add arm64 support - Fallback to generic Linux install if bash isn't installed (e.g. for Alpine)
1 parent 9169bc5 commit ffcd403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/native_main.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import tempfile
1515
when defined(windows):
1616
import windows_helpers
1717

18-
const VERSION = "0.4.1"
18+
const VERSION = "0.5.0"
1919

2020
type
2121
MessageRecv* = object

0 commit comments

Comments
 (0)