mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 23:37:48 +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 = {
|
const response = {
|
||||||
pt_version: {
|
pt_version: {
|
||||||
version:versmol,
|
version:versmol,
|
||||||
version_full:verfull
|
version_full:verfull,
|
||||||
|
commit: latestCommitHash
|
||||||
},
|
},
|
||||||
branch,
|
branch,
|
||||||
commit: latestCommitHash,
|
|
||||||
updatequote,
|
updatequote,
|
||||||
relaseunixdate,
|
relaseunixdate,
|
||||||
vernum: versionnumber,
|
vernum: versionnumber,
|
||||||
|
|
Loading…
Reference in a new issue