From 6c1e2bb8650dd771f3f2fa815a1791b099933365 Mon Sep 17 00:00:00 2001 From: Akseli Palen Date: Mon, 1 Mar 2021 23:58:48 +0200 Subject: [PATCH] Bump v2.3.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 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",