Skip to content

Commit

Permalink
Bump up version number (#130926)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 authored Aug 16, 2021
1 parent 5ed9db6 commit 3ba31c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-oss-dev",
"version": "1.59.0",
"version": "1.59.1",
"distro": "e865cd688a44ef2dc82d167eaa1a88fc56476f15",
"author": {
"name": "Microsoft Corporation"
Expand Down
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 @@ -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.59.1-dev',
nameShort: isWeb ? 'Code Web - OSS Dev' : 'Code - OSS Dev',
nameLong: isWeb ? 'Code Web - OSS Dev' : 'Code - OSS Dev',
applicationName: 'code-oss',
Expand Down

0 comments on commit 3ba31c3

Please sign in to comment.