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