mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 18:17:49 +01:00
put it to pt_version
This commit is contained in:
parent
9f52dbf33c
commit
8cc53b114b
1 changed files with 2 additions and 2 deletions
|
@ -247,10 +247,10 @@ execSync('git rev-list HEAD -n 1 --abbrev-commit', (error, stdout, stderr) => {
|
|||
const response = {
|
||||
pt_version: {
|
||||
version:versmol,
|
||||
version_full:verfull
|
||||
version_full:verfull,
|
||||
commit: latestCommitHash
|
||||
},
|
||||
branch,
|
||||
commit: latestCommitHash,
|
||||
updatequote,
|
||||
relaseunixdate,
|
||||
vernum: versionnumber,
|
||||
|
|
Loading…
Reference in a new issue