mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 04:14:39 -05:00
bump version owo
This commit is contained in:
parent
71c6f3f942
commit
4177d05080
1 changed files with 5 additions and 3 deletions
|
@ -27,10 +27,11 @@ function getJson(str) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const pkg = require("../../../package.json");
|
const pkg = require("../../../package.json");
|
||||||
const ver = "v23.2804-SnKo-MAJOR-stable-nonLTS-git";
|
const ver = "v23.0805-ArIa-MAJOR-stable-nonLTS-git-MTY4MzU2MzMxNQ==";
|
||||||
const branch = "master";
|
const branch = "master";
|
||||||
const codename = "senko";
|
const codename = "aria";
|
||||||
const versionnumber = "242";
|
const versionnumber = "243";
|
||||||
|
const relaseunixdate = "MTY4MzU2MzMxNQ==";
|
||||||
|
|
||||||
module.exports = function (app, config, renderTemplate) {
|
module.exports = function (app, config, renderTemplate) {
|
||||||
app.get("/embed/:v", async function (req, res) {
|
app.get("/embed/:v", async function (req, res) {
|
||||||
|
@ -142,6 +143,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
const response = {
|
const response = {
|
||||||
pt_version: ver,
|
pt_version: ver,
|
||||||
branch,
|
branch,
|
||||||
|
relaseunixdate,
|
||||||
vernum: versionnumber,
|
vernum: versionnumber,
|
||||||
codename,
|
codename,
|
||||||
packages: {
|
packages: {
|
||||||
|
|
Loading…
Reference in a new issue