diff --git a/src-input/duk_api_public.h.in b/src-input/duk_api_public.h.in index 74d973c7b6..d7f06b11d6 100644 --- a/src-input/duk_api_public.h.in +++ b/src-input/duk_api_public.h.in @@ -110,7 +110,7 @@ struct duk_time_components { * development snapshots have 99 for patch level (e.g. 0.10.99 would be a * development version after 0.10.0 but before the next official release). */ -#define DUK_VERSION 20002L +#define DUK_VERSION 20003L /* Git commit, describe, and branch for Duktape build. Useful for * non-official snapshot builds so that application code can easily log