Skip to content

Commit 9b81a0d

Browse files
authored
🆙 version (microsoft#189141)
1 parent 839f033 commit 9b81a0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-oss-dev",
33
"version": "1.82.0",
4-
"distro": "4522c9eb8ccecb983f40d135de4b91df6f8e0312",
4+
"distro": "3278b6d258cb23d8d52820288c40fdba5e61ddd4",
55
"author": {
66
"name": "Microsoft Corporation"
77
},

src/vs/platform/product/common/product.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ else {
5858
// Running out of sources
5959
if (Object.keys(product).length === 0) {
6060
Object.assign(product, {
61-
version: '1.80.0-dev',
61+
version: '1.82.0-dev',
6262
nameShort: 'Code - OSS Dev',
6363
nameLong: 'Code - OSS Dev',
6464
applicationName: 'code-oss',

0 commit comments

Comments
 (0)