mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:38:25 +01:00
add branch lol
This commit is contained in:
parent
475393244d
commit
00a980d99b
1 changed files with 4 additions and 2 deletions
|
@ -20,11 +20,13 @@ const {
|
|||
|
||||
const pkg = require("../../../package.json");
|
||||
|
||||
const ver = "v23.0218-CRsa-stable-git ( master )";
|
||||
const versionnumber = "204";
|
||||
const ver = "v23.0218b-CRsAa-stable-git";
|
||||
const branch = "master"
|
||||
const versionnumber = "204.1";
|
||||
|
||||
const response = {
|
||||
pt_version: ver,
|
||||
branch:branch,
|
||||
vernum: versionnumber,
|
||||
packages: {
|
||||
libpt: version,
|
||||
|
|
Loading…
Reference in a new issue