Skip to content

Commit 0f249ea

Browse files
authored
v0.0.17 (#205) (#205)
Notable changes: - Return correct length of string in fd_prestat_get (8fe8eec) Signed-off-by: Michael Dawson <[email protected]>
1 parent 8fe8eec commit 0f249ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uvwasi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extern "C" {
1010

1111
#define UVWASI_VERSION_MAJOR 0
1212
#define UVWASI_VERSION_MINOR 0
13-
#define UVWASI_VERSION_PATCH 16
13+
#define UVWASI_VERSION_PATCH 17
1414
#define UVWASI_VERSION_HEX ((UVWASI_VERSION_MAJOR << 16) | \
1515
(UVWASI_VERSION_MINOR << 8) | \
1616
(UVWASI_VERSION_PATCH))

0 commit comments

Comments
 (0)