mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:48:33 +01:00
bump version!! :3
This commit is contained in:
parent
ab96d0fa34
commit
bc917b4727
1 changed files with 6 additions and 6 deletions
|
@ -31,13 +31,13 @@ const os = require('os');
|
|||
const cnf = require("../../../config.json");
|
||||
const innertube = require("../libpoketube-youtubei-objects.json");
|
||||
|
||||
const verfull = "v24.2801-JeSsIcA-MAJOR-stable-dev-nonLTS-git-MTcwNjQzMTc0OQ==";
|
||||
const versmol = "v24.2801-JeSsIcA"
|
||||
const verfull = "v24.0505-SaMaRa-MAJOR-stable-dev-nonLTS-git-MTcxNDkyMzczMg==";
|
||||
const versmol = "v24.0605-SaMaRa"
|
||||
const branch = "dev/master";
|
||||
const codename = "jessica";
|
||||
const versionnumber = "273";
|
||||
const relaseunixdate = "MTcwNjQzMTc0OQ=="
|
||||
const updatequote = "Empty your cup so that it may be filled; become devoid to gain totality. - Bruce Lee"
|
||||
const codename = "SaMaRa";
|
||||
const versionnumber = "290";
|
||||
const relaseunixdate = "MTcxNDkyMzczMg==
|
||||
const updatequote = "Love is the ultimate software update; embrace the patches, for they refine the code of our shared existence, hand in hand, heart to heard (unknown)"
|
||||
|
||||
|
||||
module.exports = function (app, config, renderTemplate) {
|
||||
|
|
Loading…
Reference in a new issue