Skip to content

Commit 4822912

Browse files
committedDec 23, 2024
Set version to 0.8.0
1 parent e591582 commit 4822912

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
@@ -1046,7 +1046,7 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
10461046
/* Version */
10471047

10481048
#define QJS_VERSION_MAJOR 0
1049-
#define QJS_VERSION_MINOR 7
1049+
#define QJS_VERSION_MINOR 8
10501050
#define QJS_VERSION_PATCH 0
10511051
#define QJS_VERSION_SUFFIX ""
10521052

0 commit comments

Comments
 (0)