Skip to content

Commit a393ebc

Browse files
committed
Set version to 0.2.0
1 parent 99f12f4 commit a393ebc

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
@@ -1018,7 +1018,7 @@ JS_EXTERN JSValue JS_PromiseResult(JSContext *ctx, JSValue promise);
10181018
#define QJS_VERSION_MAJOR 0
10191019
#define QJS_VERSION_MINOR 2
10201020
#define QJS_VERSION_PATCH 0
1021-
#define QJS_VERSION_SUFFIX "dev"
1021+
#define QJS_VERSION_SUFFIX ""
10221022

10231023
JS_EXTERN const char* JS_GetVersion(void);
10241024

0 commit comments

Comments
 (0)