From 0a22416d676743823e659dca0aea8b4cb14249f0 Mon Sep 17 00:00:00 2001 From: Jack Horton Date: Wed, 16 Aug 2017 13:35:00 -0700 Subject: [PATCH] 2017-08-16, Node-ChakraCore Version 8.3.0 --- src/node_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_version.h b/src/node_version.h index 7a3f56c47e5..5f1b5fe4723 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -26,7 +26,7 @@ #define NODE_MINOR_VERSION 3 #define NODE_PATCH_VERSION 0 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)