From 9906df8d5536850bfbaf7be65562f261428aa7d9 Mon Sep 17 00:00:00 2001 From: calebboyd Date: Wed, 13 Sep 2017 19:08:44 -0500 Subject: [PATCH] chore: bump rc6 --- package.json | 2 +- src/options.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ae20c03..b936cce 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.5", + "version": "2.0.0-rc.6", "contributors": [ "Craig Condon (http://crcn.io)", "Jared Allard ", diff --git a/src/options.ts b/src/options.ts index 753c086..f9ed512 100644 --- a/src/options.ts +++ b/src/options.ts @@ -6,7 +6,7 @@ import { getTarget, NexeTarget } from './target' import { EOL } from 'os' import * as c from 'chalk' -export const nexeVersion = '2.0.0-rc.5' +export const nexeVersion = '2.0.0-rc.6' export interface NexePatch { (compiler: NexeCompiler, next: () => Promise): Promise