Skip to content

Commit 2d0b6d8

Browse files
committed
Set version to 0.3.0
1 parent 4c929c5 commit 2d0b6d8

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
@@ -982,7 +982,7 @@ JS_EXTERN JSValue JS_PromiseResult(JSContext *ctx, JSValue promise);
982982
#define QJS_VERSION_MAJOR 0
983983
#define QJS_VERSION_MINOR 3
984984
#define QJS_VERSION_PATCH 0
985-
#define QJS_VERSION_SUFFIX "dev"
985+
#define QJS_VERSION_SUFFIX ""
986986

987987
JS_EXTERN const char* JS_GetVersion(void);
988988

0 commit comments

Comments
 (0)