Change version in dummy args

This commit is contained in:
Jiiks 2018-02-15 00:54:20 +02:00
parent 7ba43f8763
commit 807cb9241b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const { BrowserWindow, dialog } = require('electron');
const Common = {};
const dummyArgs = {
'version': '0.3.1',
'version': '2.0.0a',
'paths': [
{ 'id': 'base', 'path': 'basePath' },
{ 'id': 'data', 'path': __dataPath },