Bump product.ts product version

This commit is contained in:
Raymond Zhao 2021-07-30 13:34:01 -07:00
parent a9362f798e
commit 45991ffa09
No known key found for this signature in database
GPG key ID: D36E5FCE46B63B58

View file

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