Skip to content

Commit

Permalink
chore: bump command version to 4 for 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
John Roesler committed Feb 25, 2021
1 parent f496070 commit dcfdb0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
public class Command {

@VisibleForTesting
public static final int VERSION = 3;
public static final int VERSION = 4;

private final String statement;
private final Map<String, Object> overwriteProperties;
Expand Down

0 comments on commit dcfdb0d

Please sign in to comment.