Skip to content

Commit 20b4e04

Browse files
author
Benjamin Pasero
committed
test - fix smoketest for web running out of sources
1 parent b304296 commit 20b4e04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (isWeb) {
2121
// Running out of sources
2222
if (Object.keys(product).length === 0) {
2323
assign(product, {
24-
version: '1.41.0-dev',
24+
version: '1.43.0-dev',
2525
nameLong: 'Visual Studio Code Web Dev',
2626
nameShort: 'VSCode Web Dev',
2727
urlProtocol: 'code-oss'

0 commit comments

Comments
 (0)