From 18bbf24456790eb6c31264c120cd1d4830f8f853 Mon Sep 17 00:00:00 2001 From: calebboyd Date: Fri, 28 Sep 2018 14:46:36 -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 2dc59a6..18a5ff5 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.0", + "version": "3.0.0-beta.1", "contributors": [ "Craig Condon (http://crcn.io)", "Jared Allard ",