Release date for 2.4 & preparations for npm update

This commit is contained in:
Jan Dvorak
2021-09-15 08:50:46 +02:00
parent 29c90ae1a6
commit de41620db3
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
## v2.4, UNRELEASED
## v2.4, 2021-09-15
#### Highlights

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "meteor",
"version": "2.3.7",
"version": "2.4",
"description": "Install Meteor on Windows",
"main": "install.js",
"scripts": {