From 8dd5cf1973f585effd7b4501ef137f464129d5a2 Mon Sep 17 00:00:00 2001 From: calebboyd Date: Tue, 8 May 2018 11:49:45 -0700 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9df3cc..5024061 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.27", + "version": "2.0.0-rc.28", "contributors": [ "Craig Condon (http://crcn.io)", "Jared Allard ",