mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 17:17:49 +01:00
bump version owo
This commit is contained in:
parent
f65de9660f
commit
3dcd839927
1 changed files with 3 additions and 3 deletions
|
@ -27,10 +27,10 @@ function getJson(str) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const pkg = require("../../../package.json");
|
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 branch = "master";
|
||||||
const codename = "miko";
|
const codename = "senko";
|
||||||
const versionnumber = "241";
|
const versionnumber = "242";
|
||||||
|
|
||||||
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) {
|
||||||
|
|
Loading…
Reference in a new issue