1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 05:34:40 -05:00

bump version owo

This commit is contained in:
Ashley 2023-06-02 16:04:31 +00:00
parent eacd4cf809
commit e6fd2d51af

View file

@ -27,11 +27,11 @@ function getJson(str) {
} }
const pkg = require("../../../package.json"); const pkg = require("../../../package.json");
const ver = "v23.0805-ArIa-MAJOR-stable-nonLTS-git-MTY4MzU2MzMxNQ=="; const ver = "v23.0206-aStfl-MAJOR-stable-nonLTS-git-MTY4MzU2MzMxNQ==";
const branch = "master"; const branch = "master";
const codename = "aria"; const codename = "astolfo-2";
const versionnumber = "243"; const versionnumber = "244";
const relaseunixdate = "MTY4MzU2MzMxNQ=="; const relaseunixdate = "MTY4NTcxNzAzOQ==";
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) {