mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
endpwn3 is rolling, dont worry about revision in version
This commit is contained in:
parent
f78b7580ce
commit
28716d0347
1 changed files with 1 additions and 2 deletions
|
@ -46,10 +46,9 @@
|
|||
version: {
|
||||
major: 3,
|
||||
minor: 1,
|
||||
revision: 0,
|
||||
|
||||
toString: function () {
|
||||
return `v${this.major}.${this.minor}.${this.revision}`;
|
||||
return `v${this.major}.${this.minor}`;
|
||||
}
|
||||
},
|
||||
method: 'crxpwn',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue