mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 02:58:12 +01:00
bump version :3
This commit is contained in:
parent
77ede5cc78
commit
5c2f6ce394
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.0302-CRsAa-MAJOR-stable-git";
|
const ver = "v23.1203-CRsAa-MAJOR-stable-git";
|
||||||
const branch = "master";
|
const branch = "master";
|
||||||
const codename = "pinkneko";
|
const codename = "michiru";
|
||||||
const versionnumber = "210";
|
const versionnumber = "235";
|
||||||
|
|
||||||
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