Skip to content

Commit 3c9afc9

Browse files
authored
Set version to 0.10.1
1 parent 4ecc0b3 commit 3c9afc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickjs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
12491249

12501250
#define QJS_VERSION_MAJOR 0
12511251
#define QJS_VERSION_MINOR 10
1252-
#define QJS_VERSION_PATCH 0
1252+
#define QJS_VERSION_PATCH 1
12531253
#define QJS_VERSION_SUFFIX ""
12541254

12551255
JS_EXTERN const char* JS_GetVersion(void);

0 commit comments

Comments
 (0)