diff --git a/lib/version.js b/lib/version.js index 3f6b812..2bf224e 100644 --- a/lib/version.js +++ b/lib/version.js @@ -1,2 +1,2 @@ // Generated by genversion. -module.exports = '3.2.0-rc' +module.exports = '3.2.0' diff --git a/package.json b/package.json index 497a65b..c14bd0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "genversion", - "version": "3.2.0-rc", + "version": "3.2.0", "description": "A command line utility to read version from package.json and attach it into your module as a property", "keywords": [ "release",