chore: bump rc6

This commit is contained in:
calebboyd
2017-09-13 19:08:44 -05:00
parent d685ec21e5
commit 9906df8d55
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 <craig.j.condon@gmail.com> (http://crcn.io)",
"Jared Allard <jaredallard@outlook.com>",
+1 -1
View File
@@ -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<void>): Promise<void>