Skip to content

Commit

Permalink
Require gtm 1.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mschenk42 committed Jul 24, 2016
1 parent ea693b1 commit 16a94fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/edgeg/gtm/intellij/GTMRecord.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import java.util.Objects;

class GTMRecord {
private static final String GTM_VER_REQ = ">= 1.0-beta.6";
private static final String GTM_VER_REQ = ">= 1.0-beta.7";

private static final Long RECORD_MIN_THRESHOLD = 30000L; // 30 seconds
private static final String RECORD_COMMAND = "record";
Expand Down

0 comments on commit 16a94fb

Please sign in to comment.