We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839f033 commit 9b81a0dCopy full SHA for 9b81a0d
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "code-oss-dev",
3
"version": "1.82.0",
4
- "distro": "4522c9eb8ccecb983f40d135de4b91df6f8e0312",
+ "distro": "3278b6d258cb23d8d52820288c40fdba5e61ddd4",
5
"author": {
6
"name": "Microsoft Corporation"
7
},
src/vs/platform/product/common/product.ts
@@ -58,7 +58,7 @@ else {
58
// Running out of sources
59
if (Object.keys(product).length === 0) {
60
Object.assign(product, {
61
- version: '1.80.0-dev',
+ version: '1.82.0-dev',
62
nameShort: 'Code - OSS Dev',
63
nameLong: 'Code - OSS Dev',
64
applicationName: 'code-oss',
0 commit comments