diff --git a/src/node_version.h b/src/node_version.h index b52437f438..3ea33ea79e 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -24,9 +24,9 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 10 -#define NODE_PATCH_VERSION 30 +#define NODE_PATCH_VERSION 31 -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_TAG # define NODE_TAG "" diff --git a/tools/node-release-post-build.sh b/tools/node-release-post-build.sh index 4e3555c4f0..5b1a19ed70 100755 --- a/tools/node-release-post-build.sh +++ b/tools/node-release-post-build.sh @@ -39,7 +39,7 @@ make email.md ( echo "" echo "Shasums:" echo '```' - cat SHASUMS.txt + cat SHASUMS.txt.asc echo '```' ) >> email.md ( echo -n "date: " date