mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:48:35 +01:00
bump lts version :3
This commit is contained in:
parent
def9958066
commit
e903cb5bfc
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.1203-MicHi-MAJOR-stable-git";
|
const ver = "v23.1203.1-MicHi-MAJOR-LTS-git";
|
||||||
const branch = "master";
|
const branch = "lts";
|
||||||
const codename = "michiru";
|
const codename = "michiru";
|
||||||
const versionnumber = "235";
|
const versionnumber = "235.1";
|
||||||
|
|
||||||
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