Skip to content

Commit

Permalink
Set version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Dec 19, 2023
1 parent 4c929c5 commit 2d0b6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickjs.h
Expand Up @@ -982,7 +982,7 @@ JS_EXTERN JSValue JS_PromiseResult(JSContext *ctx, JSValue promise);
#define QJS_VERSION_MAJOR 0
#define QJS_VERSION_MINOR 3
#define QJS_VERSION_PATCH 0
#define QJS_VERSION_SUFFIX "dev"
#define QJS_VERSION_SUFFIX ""

JS_EXTERN const char* JS_GetVersion(void);

Expand Down

0 comments on commit 2d0b6d8

Please sign in to comment.