mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 11:34:39 -05:00
bump version :3
This commit is contained in:
parent
6b23b838c7
commit
14fbe89618
1 changed files with 4 additions and 3 deletions
|
@ -20,13 +20,14 @@ const {
|
||||||
|
|
||||||
const pkg = require("../../../package.json");
|
const pkg = require("../../../package.json");
|
||||||
|
|
||||||
const ver = "v23.0221-CRsAa-stable-git";
|
const ver = "v23.0223-CRsAa-stable-git";
|
||||||
const branch = "master"
|
const branch = "master"
|
||||||
const versionnumber = "205";
|
const codename = "pinkneko"
|
||||||
|
const versionnumber = "206";
|
||||||
|
|
||||||
const response = {
|
const response = {
|
||||||
pt_version: ver,
|
pt_version: ver,
|
||||||
branch:branch,
|
branch,
|
||||||
vernum: versionnumber,
|
vernum: versionnumber,
|
||||||
packages: {
|
packages: {
|
||||||
libpt: version,
|
libpt: version,
|
||||||
|
|
Loading…
Reference in a new issue