bump version owo

This commit is contained in:
Ashley 2023-04-28 18:01:42 +00:00
parent f65de9660f
commit 3dcd839927

View file

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