mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:48:33 +01:00
bump version owo
This commit is contained in:
parent
eacd4cf809
commit
e6fd2d51af
1 changed files with 4 additions and 4 deletions
|
@ -27,11 +27,11 @@ function getJson(str) {
|
|||
}
|
||||
|
||||
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 codename = "aria";
|
||||
const versionnumber = "243";
|
||||
const relaseunixdate = "MTY4MzU2MzMxNQ==";
|
||||
const codename = "astolfo-2";
|
||||
const versionnumber = "244";
|
||||
const relaseunixdate = "MTY4NTcxNzAzOQ==";
|
||||
|
||||
module.exports = function (app, config, renderTemplate) {
|
||||
app.get("/embed/:v", async function (req, res) {
|
||||
|
|
Loading…
Reference in a new issue