Skip to content

Commit 5be0551

Browse files
authored
v0.0.16 (#190)
Notable changes: - add stub for sock_accept (96f37fe) Signed-off-by: Michael Dawson <[email protected]>
1 parent 96f37fe commit 5be0551

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 15
13+
#define UVWASI_VERSION_PATCH 16
1414
#define UVWASI_VERSION_HEX ((UVWASI_VERSION_MAJOR << 16) | \
1515
(UVWASI_VERSION_MINOR << 8) | \
1616
(UVWASI_VERSION_PATCH))

0 commit comments

Comments
 (0)