endpwn3 is rolling, dont worry about revision in version

This commit is contained in:
Astra 2018-05-08 06:05:22 -04:00
parent f78b7580ce
commit 28716d0347
1 changed files with 1 additions and 2 deletions

View File

@ -46,10 +46,9 @@
version: { version: {
major: 3, major: 3,
minor: 1, minor: 1,
revision: 0,
toString: function () { toString: function () {
return `v${this.major}.${this.minor}.${this.revision}`; return `v${this.major}.${this.minor}`;
} }
}, },
method: 'crxpwn', method: 'crxpwn',