diff --git a/doc/changelogs/CHANGELOG_V8.md b/doc/changelogs/CHANGELOG_V8.md index 224aed0e254585..46320d209f5e78 100644 --- a/doc/changelogs/CHANGELOG_V8.md +++ b/doc/changelogs/CHANGELOG_V8.md @@ -26,7 +26,7 @@ * [Archive](CHANGELOG_ARCHIVE.md) -## 2017-06-??, Version 8.1.3 (Current), @addaleax +## 2017-06-29, Version 8.1.3 (Current), @addaleax ### Notable changes diff --git a/src/node_version.h b/src/node_version.h index dd8caa6074e537..26995fd857b2dc 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -24,9 +24,9 @@ #define NODE_MAJOR_VERSION 8 #define NODE_MINOR_VERSION 1 -#define NODE_PATCH_VERSION 3 +#define NODE_PATCH_VERSION 4 -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)