chore: bump version in sintaller

This commit is contained in:
Gabriel Grubba
2022-11-16 09:45:12 -03:00
parent b6af49e585
commit 59664f9cbc

View File

@@ -1,7 +1,7 @@
const path = require('path');
const os = require('os');
const METEOR_LATEST_VERSION = '2.8.0';
const METEOR_LATEST_VERSION = '2.8.1';
const sudoUser = process.env.SUDO_USER || '';
function isRoot() {
return process.getuid && process.getuid() === 0;