From c3ba3ec872362cccc21e3f32cb9cdd95e8f47d92 Mon Sep 17 00:00:00 2001 From: calebboyd Date: Sun, 21 Oct 2018 12:25:35 -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 c9df5e1..22ec6cf 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": "3.0.0-beta.5", + "version": "3.0.0-beta.6", "contributors": [ "Craig Condon (http://crcn.io)", "Jared Allard ",