Skip to content

Commit a815d1b

Browse files
committed
Set version to 0.6.0
1 parent fe5be3c commit a815d1b

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
@@ -1017,7 +1017,7 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
10171017
#define QJS_VERSION_MAJOR 0
10181018
#define QJS_VERSION_MINOR 6
10191019
#define QJS_VERSION_PATCH 0
1020-
#define QJS_VERSION_SUFFIX "dev"
1020+
#define QJS_VERSION_SUFFIX ""
10211021

10221022
JS_EXTERN const char* JS_GetVersion(void);
10231023

0 commit comments

Comments
 (0)