We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f37fe commit 5be0551Copy full SHA for 5be0551
include/uvwasi.h
@@ -10,7 +10,7 @@ extern "C" {
10
11
#define UVWASI_VERSION_MAJOR 0
12
#define UVWASI_VERSION_MINOR 0
13
-#define UVWASI_VERSION_PATCH 15
+#define UVWASI_VERSION_PATCH 16
14
#define UVWASI_VERSION_HEX ((UVWASI_VERSION_MAJOR << 16) | \
15
(UVWASI_VERSION_MINOR << 8) | \
16
(UVWASI_VERSION_PATCH))
0 commit comments