From 91033c284aa5ab31b8459535b1bdf23c60ac7529 Mon Sep 17 00:00:00 2001 From: calebboyd Date: Thu, 12 Jul 2018 08:46:01 -0500 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 315af51..b4040ee 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nexe", "description": "Create a single executable out of your Node.js application", "license": "MIT", - "version": "2.0.0-rc.30", + "version": "2.0.0-rc.31", "contributors": [ "Craig Condon (http://crcn.io)", "Jared Allard ",