Skip to content

Commit d75d2f9

Browse files
committed
Set version to 0.10.0
1 parent 5bae026 commit d75d2f9

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
@@ -1248,7 +1248,7 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
12481248
/* Version */
12491249

12501250
#define QJS_VERSION_MAJOR 0
1251-
#define QJS_VERSION_MINOR 9
1251+
#define QJS_VERSION_MINOR 10
12521252
#define QJS_VERSION_PATCH 0
12531253
#define QJS_VERSION_SUFFIX ""
12541254

0 commit comments

Comments
 (0)