chore: bump version to 0.10.0-alpha.2

This commit is contained in:
CanadaHonk 2023-01-04 16:19:23 +00:00
parent 97897baebf
commit 3a340c3f20

View File

@ -1,7 +1,7 @@
const rgb = (r, g, b, msg) => `\x1b[38;2;${r};${g};${b}m${msg}\x1b[0m`;
global.log = (...args) => console.log(`[${rgb(88, 101, 242, 'Gluon')}]`, ...args);
process.versions.gluon = '0.9.0';
process.versions.gluon = '0.10.0-alpha.2';
import { join, dirname, delimiter, sep } from 'path';
import { access, readdir } from 'fs/promises';