From b3d0354e01ad330c6ead0c9af76aee16a0a4cd3e Mon Sep 17 00:00:00 2001 From: Akseli Palen Date: Tue, 9 Jan 2024 01:29:10 +0200 Subject: [PATCH] bump 3.2.0 --- lib/version.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",