mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:48:36 +01:00
bump versions :3
This commit is contained in:
parent
e4d5735d5f
commit
948114cebd
1 changed files with 4 additions and 4 deletions
|
@ -27,11 +27,11 @@ function getJson(str) {
|
|||
}
|
||||
|
||||
const pkg = require("../../../package.json");
|
||||
const ver = "v23.2709-KitA-MAJOR-stable-nonLTS-git-MTY5NTgzODg4Ng==";
|
||||
const ver = "v23.2809-aRi-MAJOR-stable-nonLTS-git-MTY5NTkxODIyMg==";
|
||||
const branch = "master";
|
||||
const codename = "kita";
|
||||
const versionnumber = "266";
|
||||
const relaseunixdate = "MTY5NTgzODg4Ng==";
|
||||
const codename = "ari";
|
||||
const versionnumber = "269";
|
||||
const relaseunixdate = "MTY5NTkxODIyMg==";
|
||||
|
||||
module.exports = function (app, config, renderTemplate) {
|
||||
app.get("/embed/:v", async function (req, res) {
|
||||
|
|
Loading…
Reference in a new issue