Skip to content

Commit f7915e1

Browse files
committed
Update version for extracted manifest output.
1 parent 9dfc76e commit f7915e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/apollo/src/commands/client/extract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default class ClientExtract extends ClientCommand {
4444
ctx.filename = filename;
4545
writeFileSync(
4646
filename,
47-
JSON.stringify({ version: 1, operations: ctx.operations }, null, 2)
47+
JSON.stringify({ version: 2, operations: ctx.operations }, null, 2)
4848
);
4949
}
5050
}

0 commit comments

Comments
 (0)