Skip to content

Commit 6a9fe9a

Browse files
committed
Set version to 0.11.0
1 parent 2f6cad8 commit 6a9fe9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickjs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,8 +1268,8 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
12681268
/* Version */
12691269

12701270
#define QJS_VERSION_MAJOR 0
1271-
#define QJS_VERSION_MINOR 10
1272-
#define QJS_VERSION_PATCH 1
1271+
#define QJS_VERSION_MINOR 11
1272+
#define QJS_VERSION_PATCH 0
12731273
#define QJS_VERSION_SUFFIX ""
12741274

12751275
JS_EXTERN const char* JS_GetVersion(void);

0 commit comments

Comments
 (0)