Skip to content

Commit

Permalink
[GR-8630] Dump protocol level changed to 6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdedic committed Apr 18, 2018
1 parent 9d6d4ab commit 7fe4bb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public class BinaryGraphPrinter implements
public BinaryGraphPrinter(DebugContext ctx, SnippetReflectionProvider snippetReflection) throws IOException {
// @formatter:off
this.output = ctx.buildOutput(GraphOutput.newBuilder(this).
protocolVersion(5, 0).
protocolVersion(6, 0).
blocks(this).
elementsAndLocations(this, this).
types(this)
Expand Down

0 comments on commit 7fe4bb0

Please sign in to comment.