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