diff --git a/lib/version.js b/lib/version.js index d8f3681..9848d3c 100644 --- a/lib/version.js +++ b/lib/version.js @@ -1,2 +1,2 @@ // generated by genversion -module.exports = '2.3.0-alpha' +module.exports = '2.3.0' diff --git a/package.json b/package.json index 585a01c..f84c249 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "genversion", - "version": "2.3.0-alpha", + "version": "2.3.0", "description": "A command line utility to read version from package.json and attach it into your module as a property", "keywords": [ "release",