Skip to content

Commit 670492d

Browse files
committed
Set version to 0.9.0
1 parent e03dea5 commit 670492d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickjs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
11991199
/* Version */
12001200

12011201
#define QJS_VERSION_MAJOR 0
1202-
#define QJS_VERSION_MINOR 8
1202+
#define QJS_VERSION_MINOR 9
12031203
#define QJS_VERSION_PATCH 0
12041204
#define QJS_VERSION_SUFFIX ""
12051205

0 commit comments

Comments
 (0)