Revert product version bumps due to broken CI

This commit is contained in:
Raymond Zhao 2021-07-30 16:47:03 -07:00
parent ee1fc3a0d6
commit d0f48d2ae3
No known key found for this signature in database
GPG key ID: D36E5FCE46B63B58
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "code-oss-dev",
"version": "1.60.0",
"version": "1.59.0",
"distro": "3b178e90461e217e4b51870f136c316327a58f66",
"author": {
"name": "Microsoft Corporation"

View file

@ -54,7 +54,7 @@ else {
// Running out of sources
if (Object.keys(product).length === 0) {
Object.assign(product, {
version: '1.60.0-dev',
version: '1.59.0-dev',
nameShort: isWeb ? 'Code Web - OSS Dev' : 'Code - OSS Dev',
nameLong: isWeb ? 'Code Web - OSS Dev' : 'Code - OSS Dev',
applicationName: 'code-oss',