Skip to content

Commit

Permalink
🆙 product
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Nov 10, 2021
1 parent dc553d6 commit aba18ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/platform/product/common/product.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ else {
// Running out of sources
if (Object.keys(product).length === 0) {
Object.assign(product, {
version: '1.62.0-dev',
version: '1.63.0-dev',
nameShort: 'Code - OSS Dev',
nameLong: 'Code - OSS Dev',
applicationName: 'code-oss',
Expand Down

0 comments on commit aba18ae

Please sign in to comment.