diff --git a/src/node_version.h b/src/node_version.h index e3c8796d61..bf376ea7fa 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -34,9 +34,9 @@ #define NSOLID_MAJOR_VERSION 5 #define NSOLID_MINOR_VERSION 4 -#define NSOLID_PATCH_VERSION 0 +#define NSOLID_PATCH_VERSION 1 -#define NSOLID_VERSION_IS_RELEASE 1 +#define NSOLID_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)