1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-01-19 10:03:32 -05:00

bump version owo

This commit is contained in:
Ashley 2023-04-19 19:08:18 +00:00
parent 9e8ab95465
commit 690b8e1304

View file

@ -27,10 +27,10 @@ function getJson(str) {
}
const pkg = require("../../../package.json");
const ver = "v23.1303-aStFO-MAJOR-stable-nonLTS-git";
const ver = "v23.1904-mIkI-MAJOR-stable-nonLTS-git";
const branch = "master";
const codename = "astolfo";
const versionnumber = "240";
const codename = "miko";
const versionnumber = "241";
module.exports = function (app, config, renderTemplate) {
app.get("/embed/:v", async function (req, res) {