mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:48:33 +01:00
add lts branch
This commit is contained in:
parent
3cc7a3696e
commit
4339653efb
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@ function getJson(str) {
|
|||
}
|
||||
|
||||
const pkg = require("../../../package.json");
|
||||
const ver = "v23.1203-nAzU-MAJOR-stable-nonLTS-git";
|
||||
const ver = "v23.1203-MicHi-MAJOR-stable-git";
|
||||
const branch = "master";
|
||||
const codename = "nazuna";
|
||||
const codename = "michiru";
|
||||
const versionnumber = "235";
|
||||
|
||||
module.exports = function (app, config, renderTemplate) {
|
||||
|
|
Loading…
Reference in a new issue